summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/BUILD
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2020-01-09 17:22:48 -0800
committergVisor bot <gvisor-bot@google.com>2020-01-09 17:24:35 -0800
commitf1b69b159f440b93845c11192fcf1c7633d2b6c8 (patch)
tree7a693bb54cae5f8551a627ac8ecb760a06f81bf4 /benchmarks/BUILD
parent26c5653bb547450e85666f345d542b516b3417fc (diff)
Implement gcloud_producer for bm-tools
bm-tools works via "Machine" objects, which are front objects for actual virtual or physical machines. glcoud_producer produces machines on GCP using the `gcloud` tool. Included are: - GCloudProducer - the class producing machines - MockGCloudProducer - class for mocking GCloudProducer. - tests using the mock - test data as .json files. Code to generate this test data may be included in a follow up. PiperOrigin-RevId: 289005958
Diffstat (limited to 'benchmarks/BUILD')
-rw-r--r--benchmarks/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/BUILD b/benchmarks/BUILD
index dbadeeaf2..1455c6c5b 100644
--- a/benchmarks/BUILD
+++ b/benchmarks/BUILD
@@ -5,5 +5,6 @@ py_binary(
srcs = ["run.py"],
main = "run.py",
python_version = "PY3",
+ srcs_version = "PY3",
deps = ["//benchmarks/runner"],
)