Skip to content

Commit

Permalink
Merge pull request #14077 from wongma7/ebs-periodics
Browse files Browse the repository at this point in the history
Add EBS migration periodic
  • Loading branch information
k8s-ci-robot authored Aug 26, 2019
2 parents bab123a + bdb1160 commit f93dc81
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 f93dc81

Please sign in to comment.