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

delete unused post-test-infra-cip-prow #32812

Merged
merged 1 commit into from
Jun 21, 2024
Merged
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
26 changes: 0 additions & 26 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -424,32 +424,6 @@ postsubmits:
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-num-failures-to-alert: '1'
description: Update boskos configmap on test-infra pushes
- name: post-test-infra-cip-prow
cluster: test-infra-trusted
decorate: true
run_if_changed: "^prow/cip-manifest.yaml$"
# Never run more than 1 job at a time. This is because we don't want to run
# into a case where an older manifest PR merge gets run last (after a newer
# one).
max_concurrency: 1
branches:
- ^master$
spec:
serviceAccountName: pusher
containers:
- image: registry.k8s.io/artifact-promoter/kpromo:v4.0.5-0
command:
- /kpromo
args:
- cip
- --manifest=prow/cip-manifest.yaml
- --confirm
annotations:
testgrid-dashboards: sig-testing-prow, sig-release-releng-blocking
testgrid-tab-name: cip-prow
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-num-failures-to-alert: '2'
description: Uses the Container Image Promoter to promote images from gcr.io/k8s-prow-edge to gcr.io/k8s-prow.

kubernetes/community:
- name: post-community-tempelis-apply
Expand Down