summaryrefslogtreecommitdiffhomepage
path: root/.buildkite
diff options
context:
space:
mode:
authorZach Koopmans <zkoopmans@google.com>2021-01-07 12:47:12 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-07 12:49:07 -0800
commitf4b4ed666d13eef6aebe23189b1431a933de0d8e (patch)
treee80f8ce83cf01a7caab8b846b0384a3a900dc017 /.buildkite
parentc8d0fd7094ee0152a87667e3224e765a32522a09 (diff)
Add runsc build job to BuildKite.
PiperOrigin-RevId: 350619346
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml
index ee993c46a..fa1830272 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -159,6 +159,9 @@ steps:
label: ":bazel: ABSL build benchmarks"
command: make benchmark-platforms BENCHMARKS_FILTER="ABSL/page_cache.clean" BENCHMARKS_SUITE=absl BENCHMARKS_TARGETS=test/benchmarks/fs:bazel_test
- <<: *benchmarks
+ label: ":go: runsc build benchmarks"
+ command: make benchmark-platforms BENCHMARKS_FILTER="Runsc/page_cache.clean/filesystem.bind" BENCHMARKS_SUITE=runsc BENCHMARKS_TARGETS=test/benchmarks/fs:bazel_test
+ - <<: *benchmarks
label: ":metal: FFMPEG benchmarks"
command: make benchmark-platforms BENCHMARKS_SUITE=ffmpeg BENCHMARKS_TARGETS=test/benchmarks/media:ffmpeg_test
- <<: *benchmarks