From 655f05c58ce8a1980fdaaab6e62f761840a8a4a9 Mon Sep 17 00:00:00 2001 From: sarahcaseybot Date: Thu, 17 Aug 2023 15:26:41 -0400 Subject: [PATCH] Remove references to cloud-build-local (#2111) * Update cloudbuild-nomulus to save standardTest logs to GCS * Remove step changes from cloudbuild-nomulus --- release/cloudbuild-delete.yaml | 5 ----- release/cloudbuild-deploy.yaml | 7 ------- release/cloudbuild-dev-resource.yaml | 5 ----- release/cloudbuild-kythe.yaml | 5 ----- release/cloudbuild-nomulus.yaml | 12 ------------ release/cloudbuild-proxy.yaml | 6 ------ release/cloudbuild-release.yaml | 8 -------- release/cloudbuild-renew-prober-certs.yaml | 5 ----- release/cloudbuild-schema-deploy.yaml | 5 ----- release/cloudbuild-schema-verify.yaml | 5 ----- release/cloudbuild-sync.yaml | 3 --- release/cloudbuild-tag.yaml | 4 ---- 12 files changed, 70 deletions(-) diff --git a/release/cloudbuild-delete.yaml b/release/cloudbuild-delete.yaml index 6a38aad0a..1f3c55335 100644 --- a/release/cloudbuild-delete.yaml +++ b/release/cloudbuild-delete.yaml @@ -1,8 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-delete.yaml --dryrun=false \ -# --substitutions=TAG_NAME=[TAG],_ENV=[ENV] .. -# # This will delete all stopped GAE versions (save 3) as there is a limit on how # many versions can exist in a project. # diff --git a/release/cloudbuild-deploy.yaml b/release/cloudbuild-deploy.yaml index fdc290104..60bc66a9d 100644 --- a/release/cloudbuild-deploy.yaml +++ b/release/cloudbuild-deploy.yaml @@ -1,10 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-deploy.yaml --dryrun=false \ -# --substitutions=TAG_NAME=[TAG],_ENV=[ENV] .. -# -# This will deploy the GAE config files and save the deployed tags in GCS. -# # To manually trigger a build on GCB, run: # gcloud builds submit --config=cloudbuild-deploy.yaml \ # --substitutions=TAG_NAME=[TAG],_ENV=[ENV] .. diff --git a/release/cloudbuild-dev-resource.yaml b/release/cloudbuild-dev-resource.yaml index 620552111..5ac4ae2f2 100644 --- a/release/cloudbuild-dev-resource.yaml +++ b/release/cloudbuild-dev-resource.yaml @@ -1,8 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# See: https://cloud.google.com/cloud-build/docs/build-debug-locally -# In the root of a nomulus source tree, run: -# cloud-build-local --config=cloudbuild-dev-resource.yaml --dryrun=false .. -# # This will compile javadoc for the FOSS version of the code base and replace # the content at gs://${PROJECT_ID}-javadoc with the it. The compiled javadoc # can then be accesssed at https://storage.googleapis.com/${PROJECT_ID}-javadoc diff --git a/release/cloudbuild-kythe.yaml b/release/cloudbuild-kythe.yaml index 5970799f7..911d36c17 100644 --- a/release/cloudbuild-kythe.yaml +++ b/release/cloudbuild-kythe.yaml @@ -1,8 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# See: https://cloud.google.com/cloud-build/docs/build-debug-locally -# In the root of a nomulus source tree, run: -# cloud-build-local --config=cloudbuild-kythe.yaml --dryrun=false \ -# --substitutions _KYTHE_VERSION=[kythe_version],COMMIT_SHA=[hash] .. # This will download kythe version ${kythe_version} (must be higher than # v0.0.39 and build a ${hash}.kzip file for Kythe to enable cross referencing. # diff --git a/release/cloudbuild-nomulus.yaml b/release/cloudbuild-nomulus.yaml index a7c2c8c8e..c1e83c706 100644 --- a/release/cloudbuild-nomulus.yaml +++ b/release/cloudbuild-nomulus.yaml @@ -1,15 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# See: https://cloud.google.com/cloud-build/docs/build-debug-locally -# You will need access to a private registry, so be sure to install the docker -# credential helper. -# Then, in the root of a nomulus source tree, run: -# cloud-build-local --config=cloudbuild-nomulus.yaml --dryrun=false \ -# --substitutions TAG_NAME=[TAG] .. -# This will build the contents of the current directory and generate the -# nomulus war-files locally. -# The PROJECT_ID is the current project name that gcloud uses. -# You can add "--push true" to have the image pushed to GCR. -# # To manually trigger a build on GCB, run: # gcloud builds submit --config cloudbuild-nomulus.yaml --substitutions TAG_NAME=[TAG] .. # diff --git a/release/cloudbuild-proxy.yaml b/release/cloudbuild-proxy.yaml index 0b0eebea7..054d51a11 100644 --- a/release/cloudbuild-proxy.yaml +++ b/release/cloudbuild-proxy.yaml @@ -1,9 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# You will need access to a private registry, so be sure to install the docker -# credential helper. -# See: https://cloud.google.com/cloud-build/docs/build-debug-locally -# Then run: -# cloud-build-local --config=cloudbuild-proxy.yaml --dryrun=false --substitutions TAG_NAME=[TAG] .. # This will create a docker image named gcr.io/[PROJECT_ID]/proxy:[TAG] locally. # The PROJECT_ID is the current project name that gcloud uses. # diff --git a/release/cloudbuild-release.yaml b/release/cloudbuild-release.yaml index 31a6d5436..fe995602f 100644 --- a/release/cloudbuild-release.yaml +++ b/release/cloudbuild-release.yaml @@ -1,11 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# You will need access to a private registry, so be sure to install the docker -# credential helper. -# See: https://cloud.google.com/cloud-build/docs/build-debug-locally -# Then run: -# cloud-build-local --config=cloudbuild-release.yaml --dryrun=false \ -# --substitutions TAG_NAME=[TAG],_INTERNAL_REPO_URL=[URL] .. -# # To manually trigger a build on GCB, run: # gcloud builds submit --config cloudbuild-release.yaml --substitutions \ # TAG_NAME=[TAG],_INTERNAL_REPO_URL=[URL] .. diff --git a/release/cloudbuild-renew-prober-certs.yaml b/release/cloudbuild-renew-prober-certs.yaml index 93f3547cc..68898184a 100644 --- a/release/cloudbuild-renew-prober-certs.yaml +++ b/release/cloudbuild-renew-prober-certs.yaml @@ -1,8 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-renew-prober-certs.yaml --dryrun=false \ -# --substitutions=_ENV=[ENV] .. -# # This will generate a new SSL certificate and apply it to the probers in the # environment specified by ${_ENV}. # diff --git a/release/cloudbuild-schema-deploy.yaml b/release/cloudbuild-schema-deploy.yaml index 178dd4040..677a58e6d 100644 --- a/release/cloudbuild-schema-deploy.yaml +++ b/release/cloudbuild-schema-deploy.yaml @@ -1,8 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-schema-deploy.yaml --dryrun=false \ -# --substitutions=TAG_NAME=[TAG],_ENV=[ENV] .. -# # This will deploy Cloud SQL schema release with tag value ${TAG_NAME} to # the environment specified by ${_ENV}. # diff --git a/release/cloudbuild-schema-verify.yaml b/release/cloudbuild-schema-verify.yaml index c33b0b83d..e8e12400c 100644 --- a/release/cloudbuild-schema-verify.yaml +++ b/release/cloudbuild-schema-verify.yaml @@ -2,11 +2,6 @@ # '_ENV' variable is the same as the golden schema in the current release for # that environment. # -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-schema-verify.yaml --dryrun=false \ -# --substitutions=_ENV=[ENV] .. -# # To manually trigger a build on GCB, run: # gcloud builds submit --config=cloudbuild-schema-verify.yaml \ # --substitutions=_ENV=[ENV] .. diff --git a/release/cloudbuild-sync.yaml b/release/cloudbuild-sync.yaml index 97d4e87bd..0f7eadb39 100644 --- a/release/cloudbuild-sync.yaml +++ b/release/cloudbuild-sync.yaml @@ -1,6 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-sync.yaml --dryrun=false --substitutions TAG_NAME=[TAG] .. # This will sync the folder gs://[PROJECT_ID]-deploy/[TAG] to gs://[PROJECT_ID]-deploy/live. # The PROJECT_ID is the current project name that gcloud uses. # diff --git a/release/cloudbuild-tag.yaml b/release/cloudbuild-tag.yaml index 516da2b4f..7e0720420 100644 --- a/release/cloudbuild-tag.yaml +++ b/release/cloudbuild-tag.yaml @@ -1,7 +1,3 @@ -# To run the build locally, install cloud-build-local first. -# Then run: -# cloud-build-local --config=cloudbuild-tag.yaml --dryrun=false --substitutions \ -# TAG_NAME=[TAG],_IMAGE=[IMAGE] .. # This will add a "live" tag to the image in gcr.io/[PROJECT_ID]/[IMAGE]:[TAG]. # The PROJECT_ID is the current project name that gcloud uses. #