From bc504d52026790b7deed6506371ebc6d5d17c948 Mon Sep 17 00:00:00 2001 From: Brad Burlage Date: Mon, 10 Feb 2020 13:06:57 -0800 Subject: [PATCH] Fix build_file in runtimes_tests. PiperOrigin-RevId: 294286242 --- kokoro/runtime_tests/go1.12.cfg | 4 ++-- kokoro/runtime_tests/java11.cfg | 4 ++-- kokoro/runtime_tests/nodejs12.4.0.cfg | 4 ++-- kokoro/runtime_tests/php7.3.6.cfg | 4 ++-- kokoro/runtime_tests/python3.7.3.cfg | 4 ++-- 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 +}