From 064a849f367a5a65a248daab4642e2b06b39d562 Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Fri, 16 Apr 2021 14:18:51 -0700 Subject: [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 --- .buildkite/pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.buildkite/pipeline.yaml') diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 9163db56d..3363c7117 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -54,6 +54,9 @@ steps: command: make ARCH=aarch64 load-all-images # Basic unit tests. + - <<: *common + label: ":golang: Nogo tests" + command: make nogo-tests - <<: *common label: ":test_tube: Unit tests" command: make unit-tests -- cgit v1.2.3