Skip to content

Commit

Permalink
add cfg for python aarch64 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Apr 13, 2021
1 parent b453187 commit c823931
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
13 changes: 13 additions & 0 deletions kokoro/linux/python_aarch64/build.sh
@@ -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
11 changes: 11 additions & 0 deletions kokoro/linux/python_aarch64/continuous.cfg
@@ -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"
}
}
11 changes: 11 additions & 0 deletions kokoro/linux/python_aarch64/presubmit.cfg
@@ -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 comments on commit c823931

Please sign in to comment.