parent
b3d497f6a5
commit
64d0b2940d
3 changed files with 21 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
#!/bin/bash |
||||
# |
||||
# This is the top-level script we give to Kokoro as the entry point for |
||||
# running the "continuous" and "presubmit" jobs. |
||||
|
||||
set -ex |
||||
|
||||
# Change to repo root |
||||
cd $(dirname $0)/../../.. |
||||
|
||||
kokoro/linux/aarch64/test_cpp_aarch64.sh |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cpp_aarch64/build.sh" |
||||
timeout_mins: 120 |
@ -0,0 +1,5 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/cpp_aarch64/build.sh" |
||||
timeout_mins: 120 |
Loading…
Reference in new issue