Skip to content

Commit

Permalink
Merge pull request #30865 from dims/explicitly-checkout-test-infra-an…
Browse files Browse the repository at this point in the history
…d-run-kubernetes_janitor.py

Explicitly checkout test-infra and run kubernetes_janitor.py
  • Loading branch information
k8s-ci-robot authored Sep 25, 2023
2 parents 1f32d59 + bb7619e commit e41e787
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/jobs/kubernetes/test-infra/janitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,17 @@ periodics:
decorate: true
decoration_config:
timeout: 30m
extra_refs:
- org: kubernetes
repo: test-infra
base_ref: master
path_alias: k8s.io/test-infra
workdir: true
spec:
containers:
- command:
- runner.sh
- /workspace/scenarios/kubernetes_janitor.py
- /home/prow/go/src/k8s.io/test-infra/scenarios/kubernetes_janitor.py
args:
- --mode=pr
env:
Expand Down

0 comments on commit e41e787

Please sign in to comment.