Skip to content

Commit

Permalink
Merge pull request #28985 from BenTheElder/registryk8siocleanup
Browse files Browse the repository at this point in the history
cleanup k8s.gcr.io references
  • Loading branch information
k8s-ci-robot authored Mar 10, 2023
2 parents c8847b6 + 04a8338 commit 7bb3c7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ periodics:
testgrid-dashboards: sig-cluster-lifecycle-all
testgrid-tab-name: periodic-manifest-lists
testgrid-alert-email: kubernetes-sig-cluster-lifecycle+testgrid@googlegroups.com
description: "OWNER: sig-cluster-lifecycle; an e2e test for verifying manifest list images at k8s.gcr.io"
description: "OWNER: sig-cluster-lifecycle; an e2e test for verifying manifest list images at registry.k8s.io"
testgrid-num-columns-recent: "20"
testgrid-num-failures-to-alert: "4"
testgrid-alert-stale-results-hours: "48"
5 changes: 0 additions & 5 deletions config/prow/autobump-config/prow-job-autobump-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,3 @@ prefixes:
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: false
- name: "test-infra images"
prefix: "k8s.gcr.io/test-infra"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: false
3 changes: 1 addition & 2 deletions experiment/kind-conformance-image-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ run_tests() {

# build and load the conformance image into the kind nodes
make build ARCH=amd64
kind load docker-image k8s.gcr.io/conformance-amd64:${VERSION} ||
kind load docker-image registry.k8s.io/conformance-amd64:${VERSION}
kind load docker-image registry.k8s.io/conformance-amd64:${VERSION}

# patch the image in manifest
sed -i "s|conformance-amd64:.*|conformance-amd64:${VERSION}|g" conformance-e2e.yaml
Expand Down

0 comments on commit 7bb3c7b

Please sign in to comment.