Skip to content
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

Merged
merged 7 commits into from
Apr 6, 2023
Merged

feat: Cloud Run Jobs sub module #99

merged 7 commits into from
Apr 6, 2023

Conversation

bharathkkb
Copy link
Member

This adds a new Cloud Run Jobs sub module with direct trigger functionality.

@bharathkkb bharathkkb requested review from a team, prabhu34, anamer and mitchelljamie as code owners March 6, 2023 18:52
@@ -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
Copy link
Member Author

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.

Copy link
Collaborator

@amandakarina amandakarina Mar 9, 2023

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.

Copy link
Collaborator

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?

build/lint.cloudbuild.yaml Show resolved Hide resolved
Copy link
Collaborator

@prabhu34 prabhu34 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@prabhu34 prabhu34 merged commit 2a4269c into main Apr 6, 2023
@prabhu34 prabhu34 deleted the job-exec branch April 6, 2023 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants