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