blob: 9b9073e62cb47c8ea8bf7210588e9be78dd61ebc (
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 : 'github/github/kokoro/benchmarks/benchmarks.sh'
before_action {
fetch_keystore {
keystore_resource {
keystore_config_id : 73898
keyname : 'kokoro-rbe-service-account'
},
}
}
env_vars {
key : 'PROJECT'
value : 'gvisor-kokoro-testing'
}
env_vars {
key : 'ZONE'
value : 'us-central1-b'
}
env_vars {
key : 'KOKORO_SERVICE_ACCOUNT'
value : '73898_kokoro-rbe-service-account'
}
|