ci(aio): move e2e tests to optional job (#20178)

This commit is contained in:
Pete Bacon Darwin
2017-11-06 17:59:59 +00:00
committed by Victor Berchet
parent 4292540939
commit 2b7ca4e9f8
5 changed files with 37 additions and 8 deletions

View File

@ -46,6 +46,9 @@ case ${CI_MODE} in
aio_e2e)
${thisDir}/test-aio-e2e.sh
;;
aio_optional)
${thisDir}/test-aio-optional.sh
;;
bazel)
${thisDir}/test-bazel.sh
;;