Skip to content

Commit

Permalink
Add tag for bazel jobs that should have a tagged revision
Browse files Browse the repository at this point in the history
  • Loading branch information
cblecker committed Jun 17, 2019
1 parent d3d300b commit a63fe6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/org/kubernetes-org-jobs.yaml
Expand Up @@ -5,7 +5,7 @@ presubmits:
decorate: true
spec:
containers:
- image: launcher.gcr.io/google/bazel
- image: launcher.gcr.io/google/bazel:0.26.0
command:
- bazel
args:
Expand All @@ -16,6 +16,6 @@ presubmits:
decorate: true
spec:
containers:
- image: launcher.gcr.io/google/bazel
- image: launcher.gcr.io/google/bazel:0.26.0
command:
- ./hack/verify-all.sh
6 changes: 3 additions & 3 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Expand Up @@ -6,7 +6,7 @@ postsubmits:
max_concurrency: 1
spec:
containers:
- image: launcher.gcr.io/google/bazel
- image: launcher.gcr.io/google/bazel:0.26.0
imagePullPolicy: Always
command:
- bazel
Expand Down Expand Up @@ -589,7 +589,7 @@ periodics:
base_ref: master
spec:
containers:
- image: launcher.gcr.io/google/bazel
- image: launcher.gcr.io/google/bazel:0.26.0
imagePullPolicy: Always
command:
- bazel
Expand Down Expand Up @@ -720,7 +720,7 @@ periodics:
base_ref: master
spec:
containers:
- image: launcher.gcr.io/google/bazel
- image: launcher.gcr.io/google/bazel:0.26.0
command:
- bazel
args:
Expand Down

0 comments on commit a63fe6f

Please sign in to comment.