diff options
Diffstat (limited to 'kokoro/benchmarks/benchmarks.cfg')
-rw-r--r-- | kokoro/benchmarks/benchmarks.cfg | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kokoro/benchmarks/benchmarks.cfg b/kokoro/benchmarks/benchmarks.cfg new file mode 100644 index 000000000..9b9073e62 --- /dev/null +++ b/kokoro/benchmarks/benchmarks.cfg @@ -0,0 +1,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' +} |