Automator: update common-files@master in istio/api@master (#3245)

This commit is contained in:
Istio Automation 2024-06-26 22:46:15 -04:00 committed by GitHub
parent 5b788fec62
commit 7540fa2d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-89ff97db972e1ec7d61a7831bf9408f509e17d73",
"image": "gcr.io/istio-testing/build-tools:master-b9a4a433d98c4160b77c77a93be94f2aa07c5c4d",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",

View File

@ -1 +1 @@
270400095e818eaafb79b2041cff0f3af69cd1a9
39db6bcc9b01514731173708c42d04aa7b49432d

View File

@ -24,6 +24,7 @@ function write_patch_file() {
git diff > "${PATCH_OUT}"
[ -n "${JOB_NAME}" ] && [ -n "${BUILD_ID}" ]
# shellcheck disable=SC2319
IN_PROW="$?"
# Don't persist large diffs (30M+) on CI

View File

@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-89ff97db972e1ec7d61a7831bf9408f509e17d73
IMAGE_VERSION=master-b9a4a433d98c4160b77c77a93be94f2aa07c5c4d
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools