-
Notifications
You must be signed in to change notification settings - Fork 46
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
23714-GCP: Build Notebook Report Job #1747
Conversation
Signed-off-by: Chen <[email protected]>
ERROR_EMAIL_RECIPIENTS="op://namex/$APP_ENV/notebook-report/ERROR_EMAIL_RECIPIENTS" | ||
ENVIRONMENT="op://namex/$APP_ENV/notebook-report/ENVIRONMENT" | ||
|
||
NOTIFY_API_URL="op://API/$APP_ENV/notify-api/NOTIFY_API_URL" |
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.
Having spaces will cause this to break.
job-name: "notebook-report-sandbox" | ||
service-account: "[email protected]" | ||
cloudsql-instances: "" | ||
run-command: "./run.sh" |
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.
There is not a sandbox environment for this job
deploy-project-id: "a083gt-test" | ||
job-name: "notebook-report-test" | ||
service-account: "[email protected]" | ||
cloudsql-instances: "" |
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.
Please update with database cloudsql-instance of test (and prod)
Signed-off-by: Chen <[email protected]>
Signed-off-by: Chen <[email protected]>
/gcbrun |
Signed-off-by: Chen <[email protected]>
|
Issue #, if available:
Description of changes:
Updated codes for gcp environment.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).