blob: 6ad9c06b41f117a589f6770b8e0190248a843597 [file] [log] [blame]
# Config file for running tests in Kokoro
# Location of the build script in repository
build_file: "protobuf/kokoro/linux/bazel.sh"
timeout_mins: 120
env_vars {
key: "CONTAINER_IMAGE"
value: "us-docker.pkg.dev/protobuf-build/containers/test/linux/emulation:aarch64-e863f8ec6b1dfe41f7dc573bac9c8072a0a68b1b"
}
env_vars {
key: "BAZEL_TARGETS"
value: "//python/... //python:aarch64_test"
}
env_vars {
key: "BAZEL_EXTRA_FLAGS"
value: "--define=use_fast_cpp_protos=true "
# TODO(b/262628111) Enable this once conformance tests are fixed.
"--test_tag_filters=-conformance"
}
action {
define_artifacts {
regex: "**/sponge_log.*"
}
}