blob: dc24fd2a3d8b9afdfc670a220f492c21f15badb0 [file] [log] [blame]
Jie Luo7faab5e2019-12-13 15:49:18 -08001# Config file for running tests in Kokoro
2
3# Location of the build script in repository
Mike Kruskaled5c57a2022-08-10 22:51:29 -07004build_file: "protobuf/kokoro/linux/bazel.sh"
Jie Luo7faab5e2019-12-13 15:49:18 -08005timeout_mins: 120
6
Mike Kruskaled5c57a2022-08-10 22:51:29 -07007env_vars {
8 key: "CONTAINER_IMAGE"
9 value: "gcr.io/protobuf-build/python/linux:3.8-2f706fd1ab49f4e97af769388be486069b63efee"
10}
11
12env_vars {
13 key: "BAZEL_TARGETS"
14 value: "//python/... @upb//python/..."
15}
16
17env_vars {
18 key: "BAZEL_EXTRA_FLAGS"
19 value: "--define=use_fast_cpp_protos=true"
20}
21
Jie Luo7faab5e2019-12-13 15:49:18 -080022action {
23 define_artifacts {
Mike Kruskaled5c57a2022-08-10 22:51:29 -070024 regex: "**/sponge_log.*"
Jie Luo7faab5e2019-12-13 15:49:18 -080025 }
26}