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.
20 lines
364 B
20 lines
364 B
# Config file for child task BUILD
|
|
|
|
env_vars {
|
|
key: "TASK"
|
|
value: "BUILD"
|
|
}
|
|
|
|
# Location of the continuous shell script in repository.
|
|
build_file: "opencensus-java/buildscripts/kokoro/linux_presubmit.sh"
|
|
timeout_mins: 60
|
|
|
|
before_action {
|
|
fetch_keystore {
|
|
keystore_resource {
|
|
keystore_config_id: 73495
|
|
keyname: "codecov-auth-token"
|
|
}
|
|
}
|
|
}
|