mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#16431)
This commit is contained in:
parent
8bfe7f07a7
commit
fdbe5263f8
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "istio build-tools",
|
"name": "istio build-tools",
|
||||||
"image": "gcr.io/istio-testing/build-tools:master-fcd42145fc132acd1e8f607e9e7aca15058e9fb9",
|
"image": "gcr.io/istio-testing/build-tools:master-7a1b60b47c08d713e5ba3678eb37088d50def5e4",
|
||||||
"privileged": true,
|
"privileged": true,
|
||||||
"remoteEnv": {
|
"remoteEnv": {
|
||||||
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
a1d5c4198ab79a14c09c034f2d95245efa3e2bcb
|
f0116f7aa63736e3bda3f71010c549794714bb72
|
||||||
|
|
|
@ -29,12 +29,6 @@ linters:
|
||||||
deny:
|
deny:
|
||||||
- pkg: github.com/gogo/protobuf
|
- pkg: github.com/gogo/protobuf
|
||||||
desc: gogo/protobuf is deprecated, use golang/protobuf
|
desc: gogo/protobuf is deprecated, use golang/protobuf
|
||||||
main:
|
|
||||||
files:
|
|
||||||
- $all
|
|
||||||
allow:
|
|
||||||
- ^istio.io/istio/pkg/test
|
|
||||||
- ^istio.io/istio.io/pkg/test
|
|
||||||
errcheck:
|
errcheck:
|
||||||
check-type-assertions: false
|
check-type-assertions: false
|
||||||
check-blank: false
|
check-blank: false
|
||||||
|
@ -151,10 +145,6 @@ linters:
|
||||||
- legacy
|
- legacy
|
||||||
- std-error-handling
|
- std-error-handling
|
||||||
rules:
|
rules:
|
||||||
- linters:
|
|
||||||
- depguard
|
|
||||||
- lll
|
|
||||||
path: tests/|pkg/test/
|
|
||||||
- linters:
|
- linters:
|
||||||
- errcheck
|
- errcheck
|
||||||
- maligned
|
- maligned
|
||||||
|
|
|
@ -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-fcd42145fc132acd1e8f607e9e7aca15058e9fb9
|
IMAGE_VERSION=master-7a1b60b47c08d713e5ba3678eb37088d50def5e4
|
||||||
fi
|
fi
|
||||||
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
if [[ "${IMAGE_NAME:-}" == "" ]]; then
|
||||||
IMAGE_NAME=build-tools
|
IMAGE_NAME=build-tools
|
||||||
|
|
Loading…
Reference in New Issue