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

config/prow: setup autobumping of community-hosted kubekins #23532

Merged
merged 2 commits into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
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
7 changes: 6 additions & 1 deletion config/prow/autobump-config/prow-job-autobump-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ extraFiles:
- "images/kubekins-e2e/Dockerfile"
targetVersion: "latest"
prefixes:
- name: "K8s-Test-Images"
- name: "Prowjob Images"
prefix: "gcr.io/k8s-testimages/"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: false
- name: "Kubekins"
prefix: "gcr.io/k8s-staging-test-infra/kubekins"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: false
3 changes: 2 additions & 1 deletion kubetest/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Deprecation Notice

July 14, 2020:
**July 14, 2020**

kubetest is deprecated in favor of [kubetest2](https://github.com/kubernetes-sigs/kubetest2),
so kubetest is moving to a maintenance mode only and we are not taking PRs except for urgent bug fixes.

Expand Down