Fix build_file in runtimes_tests.

PiperOrigin-RevId: 294286242
This commit is contained in:
Brad Burlage 2020-02-10 13:06:57 -08:00 committed by gVisor bot
parent 4d4d47f0c0
commit bc504d5202
5 changed files with 10 additions and 10 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}

View File

@ -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"
}
}