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