-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat: Cloud Run Jobs sub module #99
Conversation
@@ -25,6 +25,7 @@ steps: | |||
- 'TF_VAR_seed_project_id=$_SFB_SEED_PROJECT_ID' | |||
- 'TF_VAR_domain=test.infra.cft.tips' | |||
- 'TF_VAR_resource_names_suffix=$SHORT_SHA' | |||
allowFailure: true |
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.
@amandakarina I noticed that PRs were failing for tests on secure foundation. I added this for now so as not to block other PRs.
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.
hey Bharath, did we have any modifications in the Foundation deployment?
The error is always the same?
TestSecureCloudRun 2023-03-06T19:12:18Z command.go:185: Error: Error waiting to create Service: resource is in failed state "Ready:False", message: Waiting to reconcile Route. Resource readiness deadline exceeded.
TestSecureCloudRun 2023-03-06T19:12:18Z command.go:185:
TestSecureCloudRun 2023-03-06T19:12:18Z command.go:185: with module.secure_cloud_run.module.secure_cloud_run.module.cloud_run_core.module.cloud_run.google_cloud_run_service.main,
TestSecureCloudRun 2023-03-06T19:12:18Z command.go:185: on ../../../main.tf line 22, in resource "google_cloud_run_service" "main":
TestSecureCloudRun 2023-03-06T19:12:18Z command.go:185: 22: resource "google_cloud_run_service" "main" {
TestSecureCloudRun 2023-03-06T19:12:18Z command.go:185:
TestSecureCloudRun 2023-03-06T19:12:18Z retry.go:99: Returning due to fatal error: FatalError{Underlying: error while running command: exit status 1;
Error: Error waiting to create Service: resource is in failed state "Ready:False", message: Waiting to reconcile Route. Resource readiness deadline exceeded.
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.
hey Bharath, I think this line can be removed after the fix, right?
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.
LGTM!
This adds a new Cloud Run Jobs sub module with direct trigger functionality.