summaryrefslogtreecommitdiffhomepage
path: root/.buildkite/pipeline.yaml
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2021-04-16 14:18:51 -0700
committergVisor bot <gvisor-bot@google.com>2021-04-16 14:20:46 -0700
commit064a849f367a5a65a248daab4642e2b06b39d562 (patch)
tree6bbb11cf95b45b578725a01a132465a8a6ad1c96 /.buildkite/pipeline.yaml
parentc980fe573d7a3488dc27c58f84aecf9ae1814f49 (diff)
[op] Split nogo target out of unit tests.
Building nogo targets takes a very long time. This change extracts it into its own BuildKite job. This change also additionally speeds up other targets that were using the bazel flag --test_tag_filters. Without --build_tag_filters, the filter is not applied while building the specified targets and so we might end up building targets that are not actually tested. PiperOrigin-RevId: 368918211
Diffstat (limited to '.buildkite/pipeline.yaml')
-rw-r--r--.buildkite/pipeline.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml
index 9163db56d..3363c7117 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -55,6 +55,9 @@ steps:
# Basic unit tests.
- <<: *common
+ label: ":golang: Nogo tests"
+ command: make nogo-tests
+ - <<: *common
label: ":test_tube: Unit tests"
command: make unit-tests
- <<: *common