summaryrefslogtreecommitdiffhomepage
path: root/.buildkite
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2021-01-13 11:46:25 -0800
committergVisor bot <gvisor-bot@google.com>2021-01-13 11:48:50 -0800
commita684bfb6c035ac6f283649b007176f8bac713acd (patch)
tree5357da749de5b6e7d64dc1dff1bc1e17bc1f0a51 /.buildkite
parent0f25aa24f9f0502bfb1fbead37bbbc2a012dfd64 (diff)
Split container tests from unit tests.
PiperOrigin-RevId: 351632484
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 93e4195d6..cddf5504b 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -49,6 +49,9 @@ steps:
- <<: *common
label: ":test_tube: Unit tests"
command: make unit-tests
+ - <<: *common
+ label: ":test_tube: runsc tests"
+ command: make runsc-tests
# All system call tests.
- <<: *common