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

Remove old Prow image pushing job. #33212

Merged
merged 1 commit into from
Aug 5, 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
46 changes: 0 additions & 46 deletions config/jobs/kubernetes-sigs/prow/prow-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,49 +34,3 @@ postsubmits:
testgrid-dashboards: sig-testing-prow-repo
testgrid-tab-name: post-test-verify
description: Runs 'make test verify' on the prow repo on each commit

### Trusted Jobs ###

- name: post-push-prow
cluster: test-infra-trusted
# Runs on more than just the Prow dir to include some additional images that we publish to gcr.io/k8s-prow.
skip_if_only_changed: '^site/'
decorate: true
labels:
# Building deck requires docker for typescript compilation.
preset-dind-enabled: "true"
branches:
- ^main$
max_concurrency: 1
spec:
serviceAccountName: pusher
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20240803-cf1183f2db-test-infra
command:
- runner.sh
args:
- make
- push-images
env:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
cpu: "15"
tolerations:
- key: "highcpu"
operator: "Equal"
value: "true"
effect: "NoSchedule"
nodeSelector:
highcpu: "true"
annotations:
testgrid-dashboards: sig-testing-prow-repo
testgrid-tab-name: push-images-legacy
testgrid-alert-email: [email protected], [email protected]
testgrid-num-failures-to-alert: '1'
description: Builds and pushes all prow container images on each commit by running make push-images
rerun_auth_config:
github_users:
- alvaroaleman