Skip to content

Commit

Permalink
Merge pull request #13860 from wongma7/migration
Browse files Browse the repository at this point in the history
Add migration presubmit to aws-ebs-csi-driver
  • Loading branch information
k8s-ci-robot authored Aug 13, 2019
2 parents 5765933 + bc26fc3 commit 0a2e51d
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,25 @@ presubmits:
testgrid-tab-name: e2e-test-multi-az
description: aws ebs csi driver e2e test on mutiple AZs
testgrid-num-columns-recent: '30'
- name: pull-aws-ebs-csi-driver-migration-test-latest
always_run: false
decorate: true
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:v20190806-012cf5f-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'

0 comments on commit 0a2e51d

Please sign in to comment.