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

Use testgrid's configurator image from gcr.io registry #521

Merged
merged 3 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
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-93a93a3da \
upodroid marked this conversation as resolved.
Show resolved Hide resolved
"--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-93a93a3da
upodroid marked this conversation as resolved.
Show resolved Hide resolved
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-93a93a3da
upodroid marked this conversation as resolved.
Show resolved Hide resolved
command:
- configurator
args:
Expand Down
Loading