Add 1 Kokoro job per runtime test.

PiperOrigin-RevId: 293019326
This commit is contained in:
Brad Burlage
2020-02-03 15:56:57 -08:00
committed by gVisor bot
parent e7846e50f2
commit 6cd7901d7d
6 changed files with 30 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "go1.12"
}
+6
View File
@@ -0,0 +1,6 @@
build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "java11"
}
+6
View File
@@ -0,0 +1,6 @@
build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "nodejs12.4.0"
}
+6
View File
@@ -0,0 +1,6 @@
build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "php7.3.6"
}
+6
View File
@@ -0,0 +1,6 @@
build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "python3.7.3"
}