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

chore: specify options.logging in cloud build #3223

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

JoeWang1127
Copy link
Collaborator

In this PR:

  • Specify options.logging` in Cloud Build config.

The cloud build failed when pushing:

Error: Insufficient step blocks

  on ../../modules/infra_cloud_build/cloud_build.tf line 32, in resource "google_cloudbuild_trigger" "triggers":
  32:   build {

At least 1 "step" blocks are required.
  
Error: Insufficient step blocks

  on ../../modules/infra_cloud_build/cloud_build.tf line 32, in resource "google_cloudbuild_trigger" "triggers":
  32:   build {

At least 1 "step" blocks are required.

Try to resolve this issue following this answer in YAQS.

@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Sep 23, 2024
@JoeWang1127 JoeWang1127 marked this pull request as ready for review September 23, 2024 17:10
@JoeWang1127
Copy link
Collaborator Author

I didn't find where the trigger is defined in g3. I'll do a more through investigation later since this is not relevant to this change.

File .cloudbuild/library_generation/cloudbuild-library-generation-integration-tests.yaml not found

Copy link

sonarcloud bot commented Sep 23, 2024

Copy link

sonarcloud bot commented Sep 23, 2024

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@JoeWang1127 JoeWang1127 merged commit 9105674 into main Sep 23, 2024
49 of 50 checks passed
@JoeWang1127 JoeWang1127 deleted the chore/add-logging-option branch September 23, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants