From 622a121042f55e27d7d1be0f1e51f7356108e075 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Thu, 2 Jul 2020 18:08:13 -0700 Subject: [PATCH] Update build strategy. --- releasing/cloudbuild_api.yaml | 4 ++-- releasing/cloudbuild_kustomize.yaml | 4 ++-- releasing/cloudbuild_pluginator.yaml | 4 ++-- releasing/localbuild.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/releasing/cloudbuild_api.yaml b/releasing/cloudbuild_api.yaml index 167228910..1b6824188 100644 --- a/releasing/cloudbuild_api.yaml +++ b/releasing/cloudbuild_api.yaml @@ -6,6 +6,6 @@ steps: args: ["releasing/cloudbuild.sh", "api"] secretEnv: ['GITHUB_TOKEN'] secrets: -- kmsKeyName: projects/kustomize-199618/locations/global/keyRings/github-tokens/cryptoKeys/gh-release-token +- kmsKeyName: projects/jregan-corp-gke-dev/locations/global/keyRings/kust-cloud-key-ring/cryptoKeys/kust-cloud-key-name secretEnv: - GITHUB_TOKEN: CiQAyrREbPgXJOeT7M3t+WlxkhXwlMPudixBeiyWTjmLOMLqdK4SUQA0W+xUmDJKAhyfHCcwqSEzUn9OwKC7XAYcmwe0CCKTCbPbDgmioDK24q3LVapndXNvnnHvCjhOJNEr1o+P1DCF+LlzYV2YL8lP09rrKrslPg== + GITHUB_TOKEN: CiQAwfbOkSP4tJf3ZJZMjzHaRPZ2RxiQhORZ3xxlVtpoy8631uQSUACk6WMKjtkpsRkRl+uxWUVvN29M5qveyXjaDDO094/qwsSc8RiYlHYt7Ii1bWkkz3P1kG0nHfG7Fd46A+GJ6R5NhmNfingd/nu9iKrNwLXK diff --git a/releasing/cloudbuild_kustomize.yaml b/releasing/cloudbuild_kustomize.yaml index cf89b2acf..7692fcdf1 100644 --- a/releasing/cloudbuild_kustomize.yaml +++ b/releasing/cloudbuild_kustomize.yaml @@ -6,6 +6,6 @@ steps: args: ["releasing/cloudbuild.sh", "kustomize"] secretEnv: ['GITHUB_TOKEN'] secrets: -- kmsKeyName: projects/kustomize-199618/locations/global/keyRings/github-tokens/cryptoKeys/gh-release-token +- kmsKeyName: projects/jregan-corp-gke-dev/locations/global/keyRings/kust-cloud-key-ring/cryptoKeys/kust-cloud-key-name secretEnv: - GITHUB_TOKEN: CiQAyrREbPgXJOeT7M3t+WlxkhXwlMPudixBeiyWTjmLOMLqdK4SUQA0W+xUmDJKAhyfHCcwqSEzUn9OwKC7XAYcmwe0CCKTCbPbDgmioDK24q3LVapndXNvnnHvCjhOJNEr1o+P1DCF+LlzYV2YL8lP09rrKrslPg== + GITHUB_TOKEN: CiQAwfbOkSP4tJf3ZJZMjzHaRPZ2RxiQhORZ3xxlVtpoy8631uQSUACk6WMKjtkpsRkRl+uxWUVvN29M5qveyXjaDDO094/qwsSc8RiYlHYt7Ii1bWkkz3P1kG0nHfG7Fd46A+GJ6R5NhmNfingd/nu9iKrNwLXK diff --git a/releasing/cloudbuild_pluginator.yaml b/releasing/cloudbuild_pluginator.yaml index 45609e6f6..c638b3495 100644 --- a/releasing/cloudbuild_pluginator.yaml +++ b/releasing/cloudbuild_pluginator.yaml @@ -6,6 +6,6 @@ steps: args: ["releasing/cloudbuild.sh", "pluginator"] secretEnv: ['GITHUB_TOKEN'] secrets: -- kmsKeyName: projects/kustomize-199618/locations/global/keyRings/github-tokens/cryptoKeys/gh-release-token +- kmsKeyName: projects/jregan-corp-gke-dev/locations/global/keyRings/kust-cloud-key-ring/cryptoKeys/kust-cloud-key-name secretEnv: - GITHUB_TOKEN: CiQAyrREbPgXJOeT7M3t+WlxkhXwlMPudixBeiyWTjmLOMLqdK4SUQA0W+xUmDJKAhyfHCcwqSEzUn9OwKC7XAYcmwe0CCKTCbPbDgmioDK24q3LVapndXNvnnHvCjhOJNEr1o+P1DCF+LlzYV2YL8lP09rrKrslPg== + GITHUB_TOKEN: CiQAwfbOkSP4tJf3ZJZMjzHaRPZ2RxiQhORZ3xxlVtpoy8631uQSUACk6WMKjtkpsRkRl+uxWUVvN29M5qveyXjaDDO094/qwsSc8RiYlHYt7Ii1bWkkz3P1kG0nHfG7Fd46A+GJ6R5NhmNfingd/nu9iKrNwLXK diff --git a/releasing/localbuild.sh b/releasing/localbuild.sh index 5f2b5b3b7..9c07f1cc0 100755 --- a/releasing/localbuild.sh +++ b/releasing/localbuild.sh @@ -17,7 +17,7 @@ # # At the time of writing, # -# https://pantheon.corp.google.com/cloud-build/triggers?project=kustomize-199618 +# https://pantheon.corp.google.com/cloud-build/triggers?project=jregan-corp-gke-dev # # has a trigger such that whenever a git tag is # applied to the kustomize repo, the cloud builder