Skip to content

Commit

Permalink
Add EBS migration periodic
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Aug 26, 2019
1 parent 4d716c8 commit bdb1160
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
periodics:
- name: ci-aws-ebs-csi-driver-migration-test-latest
decorate: true
interval: 6h
labels:
preset-service-account: "true"
preset-dind-enabled: "true"
preset-aws-credential-aws-oss-testing: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190823-86180dd-master
command:
- runner.sh
args:
- make
- test-e2e-migration
securityContext:
privileged: true
annotations:
testgrid-dashboards: sig-aws-ebs-csi-driver
testgrid-tab-name: migration-test-latest
description: aws ebs csi driver migration test on latest kubernetes
testgrid-num-columns-recent: '30'
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ presubmits:
privileged: true
annotations:
testgrid-dashboards: sig-aws-ebs-csi-driver
testgrid-tab-name: migration-test-latest
testgrid-tab-name: pull-migration-test-latest
description: aws ebs csi driver migration test on latest kubernetes
testgrid-num-columns-recent: '30'

0 comments on commit bdb1160

Please sign in to comment.