Skip to content

Commit

Permalink
Use testgrid's configurator image from gcr.io registry (#521)
Browse files Browse the repository at this point in the history
* Use testgrid's configurator image from gcr.io registry

* Update to staging-test-infra images

* Apply suggestions from code review

---------

Co-authored-by: Mahamed Ali <cy@borg.dev>
  • Loading branch information
dsimansk and upodroid authored Sep 30, 2024
1 parent 4612ffe commit 17f51a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ update-testgrid-config: confirm-main
-v "$(GOOGLE_APPLICATION_CREDENTIALS):$(GOOGLE_APPLICATION_CREDENTIALS)" \
-e "GOOGLE_APPLICATION_CREDENTIALS" \
-w "$(PWD)" \
gcr.io/k8s-prow/configurator:v20220124-9887456efc \
gcr.io/k8s-staging-test-infra/configurator:v20240914-93a93a3da9 \
"--oneshot" \
"--output=gs://$(TESTGRID_GCS)/config" \
"--yaml=$(realpath $(TESTGRID_CONFIG))"
4 changes: 2 additions & 2 deletions prow/jobs/custom/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ presubmits:
cluster: "prow-build"
spec:
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/configurator:v20240405-c76de01869
- image: gcr.io/k8s-staging-test-infra/configurator:v20240914-93a93a3da9
command:
- configurator
args:
Expand Down Expand Up @@ -373,7 +373,7 @@ postsubmits:
spec:
serviceAccountName: testgrid-updater
containers:
- image: us-docker.pkg.dev/k8s-infra-prow/images/configurator:v20240405-c76de01869
- image: gcr.io/k8s-staging-test-infra/configurator:v20240914-93a93a3da9
command:
- configurator
args:
Expand Down

0 comments on commit 17f51a7

Please sign in to comment.