ci(aio): move e2e tests to optional job (#20178)
This commit is contained in:

committed by
Victor Berchet

parent
4292540939
commit
2b7ca4e9f8
@ -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
|
||||
;;
|
||||
|
Reference in New Issue
Block a user