diff options
Diffstat (limited to 'benchmarks/workloads/true')
-rw-r--r-- | benchmarks/workloads/true/BUILD | 11 | ||||
-rw-r--r-- | benchmarks/workloads/true/Dockerfile | 3 |
2 files changed, 0 insertions, 14 deletions
diff --git a/benchmarks/workloads/true/BUILD b/benchmarks/workloads/true/BUILD deleted file mode 100644 index 83f3c71a0..000000000 --- a/benchmarks/workloads/true/BUILD +++ /dev/null @@ -1,11 +0,0 @@ -package( - default_visibility = ["//benchmarks:__subpackages__"], - licenses = ["notice"], -) - -filegroup( - name = "files", - srcs = [ - "Dockerfile", - ], -) diff --git a/benchmarks/workloads/true/Dockerfile b/benchmarks/workloads/true/Dockerfile deleted file mode 100644 index 2e97c921e..000000000 --- a/benchmarks/workloads/true/Dockerfile +++ /dev/null @@ -1,3 +0,0 @@ -FROM alpine:latest - -CMD ["true"] |