-
Notifications
You must be signed in to change notification settings - Fork 38
Add presubmit test for single-instance deployment on GCP #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlexBasinov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test oracle-toolkit-install-single-instance-on-gcp |
/test oracle-toolkit-install-single-instance-on-gcp |
/test ? |
@AlexBasinov: The following commands are available to trigger required jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test oracle-toolkit-install-single-instance-on-gcp |
1 similar comment
/test oracle-toolkit-install-single-instance-on-gcp |
This draft PR adds the ./presubmit_tests/single-instance-on-gcp.sh script to test its execution in a real OSS Prow job. The goal is to verify that the script runs as expected and has access to environment variables injected by Prow.
Once validated, the job and script will be finalized and always_run/skip_report Prow job parameters will be updated accordingly.
Note: This PR is not yet ready for review. It's intended solely for testing the Prow job behavior.