You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
231 B
12 lines
231 B
2 years ago
|
# Config file for running tests in Kokoro
|
||
|
|
||
|
# Location of the build script in repository
|
||
2 years ago
|
build_file: "protobuf/kokoro/linux/php_aarch64/build.sh"
|
||
2 years ago
|
timeout_mins: 120
|
||
|
|
||
|
action {
|
||
|
define_artifacts {
|
||
|
regex: "**/sponge_log.xml"
|
||
|
}
|
||
|
}
|