From a684bfb6c035ac6f283649b007176f8bac713acd Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 13 Jan 2021 11:46:25 -0800 Subject: Split container tests from unit tests. PiperOrigin-RevId: 351632484 --- .buildkite/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.buildkite') 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 -- cgit v1.2.3