aboutsummaryrefslogtreecommitdiff
path: root/buildscripts/kokoro/linux_build.cfg
blob: ddd15937cd4de474af61d4bed8579e4b92dce560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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"
    }
  }
}