Skip to content

Commit

Permalink
migrate maintenance-pull-janitor to pod-utils
Browse files Browse the repository at this point in the history
Signed-off-by: jbpratt <[email protected]>
  • Loading branch information
jbpratt committed Mar 16, 2023
1 parent 7ae8944 commit e5bb61c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions config/jobs/kubernetes/test-infra/janitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,21 @@ periodics:
name: maintenance-pull-janitor
labels:
preset-service-account: "true"
decorate: true
extra_refs:
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
spec:
containers:
- args:
- command:
- runner.sh
args:
- --bare
- --timeout=30
- --service-account=/etc/service-account/service-account.json
- --upload=gs://kubernetes-jenkins/logs
- --scenario=kubernetes_janitor
- --
- --mode=pr
env:
image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20230222-b5208facd4-experimental
resources:
requests:
Expand Down

0 comments on commit e5bb61c

Please sign in to comment.