- Notifications
You must be signed in to change notification settings - Fork1.6k
BigQuery: Use configurable bucket name for GCS samples data in systems tests.#8783
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This allows the VPC-SC team to use their private mirror which is withinthe security boundary when testing BigQuery VPC-SC support.
| # The VPC-SC team maintains a mirror of the GCS bucket used for code | ||
| # samples. The public bucket crosses the configured security boundary. | ||
| # See: https://github.com/googleapis/google-cloud-python/issues/8550 | ||
| SAMPLES_BUCKET=os.environ.get("GCLOUD_TEST_SAMPLES_BUCKET","cloud-samples-data") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Do we need to updatenoxfile.py to set this value in the environment?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
No, the default ofcloud-samples-data is fine for our purposes. The VPC-SC team has a separate Kokoro (or maybe something similar?) config where they'll set the necessary environment variable.
tswast commentedJul 25, 2019
failure is unrelated. I think it's a behavior change / regression from |
tseaver commentedJul 25, 2019
@tswast How should we track that regression? All BigQuery CI is b0rked ATM. |
tswast commentedJul 25, 2019
Let's pin to |
tswast commentedJul 25, 2019
Sent#8784. |
This allows the VPC-SC team to use their private mirror which is within
the security boundary when testing BigQuery VPC-SC support.
Closes#8550.