add cfg for python aarch64 tests

pull/8479/head
Jan Tattermusch 4 years ago
parent b4531870b4
commit c8239319e1
  1. 13
      kokoro/linux/python_aarch64/build.sh
  2. 11
      kokoro/linux/python_aarch64/continuous.cfg
  3. 11
      kokoro/linux/python_aarch64/presubmit.cfg

@ -0,0 +1,13 @@
#!/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/qemu_helpers/prepare_qemu.sh
kokoro/linux/aarch64/test_python_aarch64.sh

@ -0,0 +1,11 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/python_aarch64/build.sh"
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}

@ -0,0 +1,11 @@
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/python_aarch64/build.sh"
timeout_mins: 120
action {
define_artifacts {
regex: "**/sponge_log.xml"
}
}
Loading…
Cancel
Save