mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#14607)
This commit is contained in:
parent
f84fa32640
commit
8064aa5064
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "istio build-tools",
|
"name": "istio build-tools",
|
||||||
"image": "gcr.io/istio-testing/build-tools:master-6b2fe106fe84fc53a26c35d27c5f48bf20e2071d",
|
"image": "gcr.io/istio-testing/build-tools:master-7da9e46975d7054e063f55c12d9a3a1cfba7cad2",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
d025bb841bab27e9ce90317380c0616135ef061f
|
07b67ad407a3f67cf3924fd5274c487a4503b8c3
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
service:
|
service:
|
||||||
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
|
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
|
||||||
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
|
golangci-lint-version: 1.56.x # use the fixed version to not introduce new linters unexpectedly
|
||||||
run:
|
run:
|
||||||
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
||||||
deadline: 20m
|
deadline: 20m
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
service:
|
service:
|
||||||
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
|
# When updating this, also update the version stored in docker/build-tools/Dockerfile in the istio/tools repo.
|
||||||
golangci-lint-version: 1.55.x # use the fixed version to not introduce new linters unexpectedly
|
golangci-lint-version: 1.56.x # use the fixed version to not introduce new linters unexpectedly
|
||||||
run:
|
run:
|
||||||
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
# timeout for analysis, e.g. 30s, 5m, default is 1m
|
||||||
deadline: 20m
|
deadline: 20m
|
||||||
|
|
|
@ -75,7 +75,7 @@ fi
|
||||||
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
|
||||||
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
PROJECT_ID=${PROJECT_ID:-istio-testing}
|
||||||
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
|
||||||
IMAGE_VERSION=master-6b2fe106fe84fc53a26c35d27c5f48bf20e2071d
|
IMAGE_VERSION=master-7da9e46975d7054e063f55c12d9a3a1cfba7cad2
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
IMAGE_NAME=build-tools
|
IMAGE_NAME=build-tools
|
||||||
|
|
Loading…
Reference in New Issue