Skip to content

Add test for custom startup script URL patterns. - #401

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_839988900
Open

Add test for custom startup script URL patterns.#401
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_839988900

Conversation

@copybara-service

Copy link
Copy Markdown

Add test for custom startup script URL patterns.

This change introduces a new test case to verify that the startup script runner can successfully fetch and execute scripts from various Google Cloud Storage URL formats provided via the startup-script-url metadata key. The test covers gs://, http(s)://<bucket>.storage.<domain>/<object>, http(s)://storage.cloud.<domain>/<bucket>/<object>, and http(s)://commondatastorage.<domain>/<bucket>/<object> patterns. The test is self-orchestrating, with a primary execution setting metadata and triggering secondary executions for each URL pattern.

This change introduces a new test case to verify that the startup script runner can successfully fetch and execute scripts from various Google Cloud Storage URL formats provided via the `startup-script-url` metadata key. The test covers `gs://`, `http(s)://<bucket>.storage.<domain>/<object>`, `http(s)://storage.cloud.<domain>/<bucket>/<object>`, and `http(s)://commondatastorage.<domain>/<bucket>/<object>` patterns. The test is self-orchestrating, with a primary execution setting metadata and triggering secondary executions for each URL pattern.

PiperOrigin-RevId: 839988900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0 participants