Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions config/jobs/kubernetes/org/kubernetes-org-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ presubmits:
decorate: true
labels:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20210806-38e1be0-org
- image: golang:1.17
command:
- bazel
- make
args:
- test
- --config=ci
- //...
annotations:
testgrid-num-columns-recent: '30'
testgrid-create-test-group: 'true'
Expand All @@ -23,12 +20,13 @@ presubmits:
decorate: true
labels:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20210806-38e1be0-org
- image: golang:1.17
command:
- ./hack/verify-all.sh
- make
args:
- verify
annotations:
testgrid-num-columns-recent: '30'
testgrid-create-test-group: 'true'
17 changes: 6 additions & 11 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ postsubmits:
max_concurrency: 1
spec:
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20210806-38e1be0-org
- image: golang:1.17
command:
- bazel
- make
args:
- run
- //admin:update
- deploy
- --
- --github-endpoint=http://ghproxy.default.svc.cluster.local
- --github-endpoint=https://api.github.com
Expand Down Expand Up @@ -539,15 +538,11 @@ periodics:
base_ref: main
spec:
containers:
- image: launcher.gcr.io/google/bazel:0.29.1
env:
- name: USE_BAZEL_VERSION
value: real # Ignore .bazelversion
- image: golang:1.17
command:
- bazel
- make
args:
- run
- //admin:update
- deploy
- --
- --github-endpoint=http://ghproxy.default.svc.cluster.local
- --github-endpoint=https://api.github.com
Expand Down