summaryrefslogtreecommitdiffhomepage
path: root/kokoro/gcp_ubuntu/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kokoro/gcp_ubuntu/run_tests.sh')
-rwxr-xr-xkokoro/gcp_ubuntu/run_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/kokoro/gcp_ubuntu/run_tests.sh b/kokoro/gcp_ubuntu/run_tests.sh
index 2f5e375eb..5554350da 100755
--- a/kokoro/gcp_ubuntu/run_tests.sh
+++ b/kokoro/gcp_ubuntu/run_tests.sh
@@ -46,6 +46,9 @@ exit_code=${?}
if [[ ${exit_code} -eq 0 ]]; then
# image_test is tagged manual
bazel test --test_output=errors --test_env=RUNSC_RUNTIME=${runtime} //runsc/test/image:image_test
+ bazel test --test_output=errors --test_env=RUNSC_RUNTIME=${runtime}-kvm //runsc/test/image:image_test
+ bazel test --test_output=errors --test_env=RUNSC_RUNTIME=${runtime}-nethost //runsc/test/image:image_test
+ bazel test --test_output=errors --test_env=RUNSC_RUNTIME=${runtime}-overlay //runsc/test/image:image_test
exit_code=${?}
fi