Merge commit '36bca61764984ff5395653cf8377ec5daa71b709' as 'libs/protobuf'
This commit is contained in:
16
libs/protobuf/kokoro/linux/csharp_aarch64/build.sh
Executable file
16
libs/protobuf/kokoro/linux/csharp_aarch64/build.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/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)/../../..
|
||||
|
||||
# Initialize any submodules.
|
||||
git submodule update --init --recursive
|
||||
|
||||
kokoro/linux/aarch64/qemu_helpers/prepare_qemu.sh
|
||||
|
||||
kokoro/linux/aarch64/test_csharp_aarch64.sh
|
||||
11
libs/protobuf/kokoro/linux/csharp_aarch64/common.cfg
Normal file
11
libs/protobuf/kokoro/linux/csharp_aarch64/common.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
# Config file for running tests in Kokoro
|
||||
|
||||
# Location of the build script in repository
|
||||
build_file: "protobuf/kokoro/linux/csharp_aarch64/build.sh"
|
||||
timeout_mins: 120
|
||||
|
||||
action {
|
||||
define_artifacts {
|
||||
regex: "**/sponge_log.xml"
|
||||
}
|
||||
}
|
||||
1
libs/protobuf/kokoro/linux/csharp_aarch64/continuous.cfg
Normal file
1
libs/protobuf/kokoro/linux/csharp_aarch64/continuous.cfg
Normal file
@@ -0,0 +1 @@
|
||||
# Keep this file empty! Use common.cfg instead.
|
||||
1
libs/protobuf/kokoro/linux/csharp_aarch64/presubmit.cfg
Normal file
1
libs/protobuf/kokoro/linux/csharp_aarch64/presubmit.cfg
Normal file
@@ -0,0 +1 @@
|
||||
# Keep this file empty! Use common.cfg instead.
|
||||
Reference in New Issue
Block a user