summaryrefslogtreecommitdiffhomepage
path: root/kokoro/benchmark_tests.cfg
blob: f85cc96815ae69615d69dc433f8dc0c783c6a0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
build_file : 'repo/scripts/benchmark.sh'


before_action {
  fetch_keystore {
    keystore_resource {
        keystore_config_id : 73898
        keyname : 'gvisor-benchmarks-service-account'
    },
  }
}

env_vars {
  key : 'PROJECT'
  value : 'gvisor-benchmarks'
}

env_vars {
  key : 'ZONE'
  value : 'us-central1-b'
}

env_vars {
  key : 'GCLOUD_CREDENTIALS'
  value : '73898_gvisor-benchmarks-service-account'
}