summaryrefslogtreecommitdiffhomepage
path: root/kokoro/runtime_tests
diff options
context:
space:
mode:
authorBrad Burlage <brb@google.com>2020-02-10 13:06:57 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-10 13:10:06 -0800
commitbc504d52026790b7deed6506371ebc6d5d17c948 (patch)
treea374bcd2ad3a310f2fb20de0a030cb35a808195a /kokoro/runtime_tests
parent4d4d47f0c0a21d3404d2edae527b187d62daa3c8 (diff)
Fix build_file in runtimes_tests.
PiperOrigin-RevId: 294286242
Diffstat (limited to 'kokoro/runtime_tests')
-rw-r--r--kokoro/runtime_tests/go1.12.cfg4
-rw-r--r--kokoro/runtime_tests/java11.cfg4
-rw-r--r--kokoro/runtime_tests/nodejs12.4.0.cfg4
-rw-r--r--kokoro/runtime_tests/php7.3.6.cfg4
-rw-r--r--kokoro/runtime_tests/python3.7.3.cfg4
5 files changed, 10 insertions, 10 deletions
diff --git a/kokoro/runtime_tests/go1.12.cfg b/kokoro/runtime_tests/go1.12.cfg
index 024740ab2..164ddc18f 100644
--- a/kokoro/runtime_tests/go1.12.cfg
+++ b/kokoro/runtime_tests/go1.12.cfg
@@ -1,6 +1,6 @@
-build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
+build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "go1.12"
-} \ No newline at end of file
+}
diff --git a/kokoro/runtime_tests/java11.cfg b/kokoro/runtime_tests/java11.cfg
index f01d26153..4957d4794 100644
--- a/kokoro/runtime_tests/java11.cfg
+++ b/kokoro/runtime_tests/java11.cfg
@@ -1,6 +1,6 @@
-build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
+build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "java11"
-} \ No newline at end of file
+}
diff --git a/kokoro/runtime_tests/nodejs12.4.0.cfg b/kokoro/runtime_tests/nodejs12.4.0.cfg
index d4861fb07..1df343f95 100644
--- a/kokoro/runtime_tests/nodejs12.4.0.cfg
+++ b/kokoro/runtime_tests/nodejs12.4.0.cfg
@@ -1,6 +1,6 @@
-build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
+build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "nodejs12.4.0"
-} \ No newline at end of file
+}
diff --git a/kokoro/runtime_tests/php7.3.6.cfg b/kokoro/runtime_tests/php7.3.6.cfg
index b737ed9cb..8e3667125 100644
--- a/kokoro/runtime_tests/php7.3.6.cfg
+++ b/kokoro/runtime_tests/php7.3.6.cfg
@@ -1,6 +1,6 @@
-build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
+build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "php7.3.6"
-} \ No newline at end of file
+}
diff --git a/kokoro/runtime_tests/python3.7.3.cfg b/kokoro/runtime_tests/python3.7.3.cfg
index 971fcba05..0ca70d5bb 100644
--- a/kokoro/runtime_tests/python3.7.3.cfg
+++ b/kokoro/runtime_tests/python3.7.3.cfg
@@ -1,6 +1,6 @@
-build_file: "github/kokoro/runtime_tests/runtime_tests.sh"
+build_file: "github/github/kokoro/runtime_tests/runtime_tests.sh"
env_vars {
key: "RUNTIME_TEST_NAME"
value: "python3.7.3"
-} \ No newline at end of file
+}