git-subtree-dir: libs/protobuf git-subtree-split: fcd3b9a85ef36e46643dc30176cea1a7ad62e02b
22 lines
413 B
INI
22 lines
413 B
INI
# 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: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f"
|
|
}
|
|
|
|
env_vars {
|
|
key: "BAZEL_TARGETS"
|
|
value: "//java/..."
|
|
}
|
|
|
|
action {
|
|
define_artifacts {
|
|
regex: "**/sponge_log.*"
|
|
}
|
|
}
|