Skip to content

Commit

Permalink
kubeflow-periodic-job: Project cleanup job
Browse files Browse the repository at this point in the history
Change to add a periodic job to cleanup GCP projects used for kubeflow
CI/CD.
  • Loading branch information
dushyanthsc committed Aug 22, 2019
1 parent fe3fdb9 commit 116a864
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/jobs/kubeflow/kubeflow-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,23 @@ periodics:
annotations:
testgrid-dashboards: sig-big-data
description: Periodic testing of Kubeflow kfctl
- name: kubeflow-periodic-project-cleanup
interval: 1h
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always
command:
- "./test/tools/project-cleaner/project_cleaner.sh"
env:
- name: REPO_OWNER
value: kubeflow
- name: REPO_NAME
value: kubeflow
- name: BRANCH_NAME
value: master
annotations:
testgrid-dashboards: sig-big-data
description: Periodic job to cleanup ml-pipeline-test GCP project

0 comments on commit 116a864

Please sign in to comment.