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

Split prow bump #21144

Merged
merged 1 commit into from
Mar 4, 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
37 changes: 35 additions & 2 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ periodics:
command:
- /generic_autobump
args:
- --config=config/prow/autobump-config.yaml
- --config=config/prow/autobump-config/prow-component-autobump-config.yaml
volumeMounts:
- name: github
mountPath: /etc/github-token
Expand All @@ -924,7 +924,40 @@ periodics:
annotations:
testgrid-dashboards: sig-testing-prow
testgrid-tab-name: autobump-prow
description: runs prow/autobump.sh to create/update a PR that bumps prow to the latest RC
description: runs experiment/autobumper to create/update a PR that bumps prow to the latest RC
- cron: "06 15-23 * * 1-5" # Run at 7:06-15:06 PST (15:05 UTC) Mon-Fri
name: ci-test-infra-autobump-prowjobs
cluster: test-infra-trusted
decorate: true
extra_refs:
- org: kubernetes
repo: test-infra
base_ref: master
spec:
containers:
- image: gcr.io/k8s-testimages/generic_autobump:v20210303-204466f
command:
- /generic_autobump
args:
- --config=config/prow/autobump-config/prow-job-autobump-config.yaml
volumeMounts:
- name: github
mountPath: /etc/github-token
readOnly: true
- name: ssh
mountPath: /root/.ssh
volumes:
- name: github
secret:
secretName: oauth-token
- name: ssh
secret:
secretName: k8s-ci-robot-ssh-keys
defaultMode: 0400
annotations:
testgrid-dashboards: sig-testing-prow
testgrid-tab-name: autobump-prowjobs
description: runs experiment/autobumper to create/update a PR that bumps prowjobs to the latest RC
- cron: "30 * * * *" # Run at half past the hour, every hour, every day
name: ci-test-infra-update-slack-oncall
cluster: test-infra-trusted
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ includedConfigPaths:
- "."
excludedConfigPaths:
- "config/prow-staging"
extraFiles:
- "config/jobs/image-pushing/k8s-staging-e2e-test-images.sh"
- "config/jobs/image-pushing/k8s-staging-sig-storage.sh"
- "config/jobs/kubernetes/kops/build_grid.py"
- "config/jobs/kubernetes/kops/build_pipeline.py"
- "releng/generate_tests.py"
- "images/kubekins-e2e/Dockerfile"
- "config/jobs"
targetVersion: "latest"
prefixes:
- name: "Prow"
Expand All @@ -36,8 +30,3 @@ prefixes:
repo: "https://github.com/kubernetes-sigs/boskos"
summarise: false
consistentImages: true
- name: "K8s-Test-Images"
prefix: "gcr.io/k8s-testimages/"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: false
28 changes: 28 additions & 0 deletions config/prow/autobump-config/prow-job-autobump-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
gitHubLogin: "k8s-ci-robot"
gitHubToken: "/etc/github-token/oauth"
gitName: "Kubernetes Prow Robot"
gitEmail: "[email protected]"
onCallAddress: "https://storage.googleapis.com/kubernetes-jenkins/oncall.json"
skipPullRequest: false
gitHubOrg: "kubernetes"
gitHubRepo: "test-infra"
remoteName: "test-infra"
headBranchName: "prowjobs-autobump"
upstreamURLBase: "https://raw.githubusercontent.com/kubernetes/test-infra/master"
includedConfigPaths:
- "config/jobs"
extraFiles:
- "config/jobs/image-pushing/k8s-staging-e2e-test-images.sh"
- "config/jobs/image-pushing/k8s-staging-sig-storage.sh"
- "config/jobs/kubernetes/kops/build_grid.py"
- "config/jobs/kubernetes/kops/build_pipeline.py"
- "releng/generate_tests.py"
- "images/kubekins-e2e/Dockerfile"
targetVersion: "latest"
prefixes:
- name: "K8s-Test-Images"
prefix: "gcr.io/k8s-testimages/"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: false