Skip to content

Commit

Permalink
Merge pull request #21309 from tosi3k/podutils-cleanup
Browse files Browse the repository at this point in the history
Migrate SIG Scalability cleanup CI job to pod-utils
  • Loading branch information
k8s-ci-robot authored Mar 11, 2021
2 parents 3f52729 + 8e3245d commit ff6abef
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@ periodics:
- interval: 24h
name: ci-kubernetes-e2e-scalability-cleanup
labels:
preset-service-account: "true"
preset-service-account: "true"
decorate: true
decoration_config:
timeout: 60m
extra_refs:
- org: kubernetes
repo: perf-tests
base_ref: master
path_alias: k8s.io/perf-tests
annotations:
testgrid-dashboards: sig-scalability-experiments
testgrid-tab-name: snapshots-cleanup
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210309-0688fde-master
command:
- runner.sh
- /workspace/scenarios/execute.py
args:
- --repo=k8s.io/perf-tests=master
- --root=/go/src
- --timeout=60
- --scenario=execute
- --
- $GOPATH/src/k8s.io/perf-tests/clusterloader2/clean-up-old-snapshots.sh
- $(GOPATH)/src/k8s.io/perf-tests/clusterloader2/clean-up-old-snapshots.sh
# Command (list|delete)
- delete
# Comma-separated list of projects to process
Expand Down

0 comments on commit ff6abef

Please sign in to comment.