Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/jobs: mv bazelbuild, benchmarkjunit pushes off test-infra-trusted #24229

Merged
merged 1 commit into from
Nov 5, 2021
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
12 changes: 6 additions & 6 deletions config/jobs/image-pushing/k8s-staging-test-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ postsubmits:
#
# job images, e.g. images/*
#
- name: post-test-infra-push-bazelbuild-canary
- name: post-test-infra-push-bazelbuild
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^images/bazelbuild/'
annotations:
testgrid-dashboards: sig-testing-canaries, sig-k8s-infra-canaries, sig-k8s-infra-gcb
testgrid-tab-name: bazelbuild-canary
testgrid-dashboards: sig-testing-images, sig-k8s-infra-gcb
testgrid-tab-name: bazelbuild
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-alerts@kubernetes.io
testgrid-num-failures-to-alert: '1'
description: builds and pushes the image builder's own image
Expand All @@ -27,12 +27,12 @@ postsubmits:
- --project=k8s-staging-test-infra
- --build-dir=.
- images/bazelbuild/
- name: post-test-infra-push-benchmarkjunit-canary
- name: post-test-infra-push-benchmarkjunit
cluster: k8s-infra-prow-build-trusted
run_if_changed: '^pkg/benchmarkjunit/'
annotations:
testgrid-dashboards: sig-testing-canaries, sig-k8s-infra-canaries, sig-k8s-infra-gcb
testgrid-tab-name: benchmarkjunit-canary
testgrid-dashboards: sig-testing-images, sig-k8s-infra-gcb
testgrid-tab-name: benchmarkjunit
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-alerts@kubernetes.io
testgrid-num-failures-to-alert: '1'
description: builds and pushes the image builder's own image
Expand Down
48 changes: 0 additions & 48 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,30 +270,6 @@ postsubmits:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-testimages
- images/bazel/
- name: post-test-infra-push-bazelbuild
cluster: test-infra-trusted
run_if_changed: '^images/bazelbuild/'
annotations:
testgrid-dashboards: "sig-testing-images"
testgrid-tab-name: "bazelbuild"
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-num-failures-to-alert: '1'
description: builds and pushes the bazelbuild test image
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: deployer # TODO(fejta): should be pusher
containers:
- image: gcr.io/k8s-testimages/gcloud-bazel:v20210128-v0.6-11-gf1c6399
command:
- images/builder/ci-runner.sh
args:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-testimages
- --build-dir=.
- images/bazelbuild/
- name: post-test-infra-push-gcb-docker-gcloud
cluster: test-infra-trusted
run_if_changed: '^images/gcb-docker-gcloud/'
Expand Down Expand Up @@ -366,30 +342,6 @@ postsubmits:
- --project=k8s-testimages
- --build-dir=.
- images/pull-test-infra-gubernator/
- name: post-test-infra-push-image-benchmarkjunit
cluster: test-infra-trusted
run_if_changed: '^pkg/benchmarkjunit/'
annotations:
testgrid-dashboards: "sig-testing-images"
testgrid-tab-name: "benchmarkjunit"
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-num-failures-to-alert: '3'
description: builds and pushes the benchmarkjunit image
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: deployer # TODO(fejta): should be pusher
containers:
- image: gcr.io/k8s-testimages/gcloud-bazel:v20210128-v0.6-11-gf1c6399
command:
- images/builder/ci-runner.sh
args:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-testimages
- --build-dir=.
- pkg/benchmarkjunit/
- name: post-test-infra-push-gencred
cluster: test-infra-trusted
run_if_changed: '^gencred/'
Expand Down