Skip to content

Commit

Permalink
Merge pull request #21144 from chaodaiG/split-bump
Browse files Browse the repository at this point in the history
Split prow bump
  • Loading branch information
k8s-ci-robot authored Mar 4, 2021
2 parents 1913db7 + d100818 commit c0f2cb2
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 14 deletions.
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

0 comments on commit c0f2cb2

Please sign in to comment.