• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Config file for child task BUILD
2
3env_vars {
4  key: "TASK"
5  value: "BUILD"
6}
7
8# Location of the continuous shell script in repository.
9build_file: "opencensus-java/buildscripts/kokoro/linux_presubmit.sh"
10timeout_mins: 60
11
12before_action {
13  fetch_keystore {
14    keystore_resource {
15      keystore_config_id: 73495
16      keyname: "codecov-auth-token"
17    }
18  }
19}
20