Skip to content

Commit

Permalink
Remove old gcb-docker-gcloud image push job.
Browse files Browse the repository at this point in the history
There are still jobs referencing the old image source
(gcr.io/k8s-testimages/gcb-docker-gcloud, instead of
gcr.io/k8s-staging-test-infra/gcb-docker-gcloud), but since the old
location is still available that should be okay. There are no
test-infra, documentation, or autobumped references left to the old
image, so stop publishing it and let other jobs switch over to the new
image source if they need to.
  • Loading branch information
michelle192837 committed Jul 29, 2024
1 parent 6d8b93b commit 8a6587e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
24 changes: 0 additions & 24 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,30 +178,6 @@ postsubmits:
rerun_auth_config:
github_users:
- alvaroaleman
- name: post-test-infra-push-gcb-docker-gcloud
cluster: test-infra-trusted
run_if_changed: '^images/gcb-docker-gcloud/'
annotations:
testgrid-dashboards: "sig-testing-images"
testgrid-tab-name: "gcb-docker-gcloud"
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 gcb-docker-gcloud image
decorate: true
branches:
- ^master$
max_concurrency: 1
spec:
serviceAccountName: deployer # TODO(fejta): should be pusher
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20240725-9fc4a08b13
command:
- /run.sh
args:
- --scratch-bucket=gs://k8s-testimages-scratch
- --project=k8s-testimages
- --build-dir=.
- images/gcb-docker-gcloud/
- name: post-test-infra-gencred-refresh-kubeconfig
cluster: test-infra-trusted
run_if_changed: '^config/prow/gencred-config/'
Expand Down
1 change: 0 additions & 1 deletion config/tests/jobs/jobs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ func TestCommunityJobs(t *testing.T) {
"post-test-infra-deploy-prow",
"post-test-infra-gencred-refresh-kubeconfig",
"post-test-infra-push-alpine",
"post-test-infra-push-gcb-docker-gcloud",
"post-test-infra-push-git",
"post-test-infra-push-git-custom-k8s-auth",
"post-test-infra-push-misc-images",
Expand Down
2 changes: 0 additions & 2 deletions docs/job-migration-todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ For more context, see the announcement thread at https://groups.google.com/a/kub
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-deploy-prow | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-deploy-prow%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-gencred-refresh-kubeconfig | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-gencred-refresh-kubeconfig%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-push-alpine | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-push-alpine%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-push-gcb-docker-gcloud | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-push-gcb-docker-gcloud%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-push-git | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-push-git%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-push-git-custom-k8s-auth | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-push-git-custom-k8s-auth%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-push-kettle | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-push-kettle%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-push-misc-images | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-push-misc-images%24&i=nope&files=&excludeFiles=&repos=) |
| [] | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | post-test-infra-upload-testgrid-config | [Search Results](https://cs.k8s.io/?q=name%3A%20post-test-infra-upload-testgrid-config%24&i=nope&files=&excludeFiles=&repos=) |
| [azure-cred] | config/jobs/kubernetes-csi/csi-driver-nfs/csi-driver-nfs-unmanaged.yaml | pull-csi-driver-nfs-e2e-capz | [Search Results](https://cs.k8s.io/?q=name%3A%20pull-csi-driver-nfs-e2e-capz%24&i=nope&files=&excludeFiles=&repos=) |
Expand Down

0 comments on commit 8a6587e

Please sign in to comment.