From 78beba6c86b3898739c3eea5956e83cfb946bb3b Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 10 Dec 2021 10:35:11 -0500 Subject: [PATCH] Reduce some compile targets from workflows --- .github/workflows/build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b6d712a6973c84..931909a22b5dd8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -163,7 +163,11 @@ jobs: # so the build command below only compiles x64 run: | ./scripts/run_in_build_env.sh \ - "./scripts/build/build_examples.py --no-log-timestamps --target-glob 'linux-x64-*' build" + "./scripts/build/build_examples.py --no-log-timestamps \ + --target-glob 'linux-x64-*' \ + --skip-target-glob '*{tests,thermostat-ipv6only}*' \ + build \ + " - name: Fun fake linux tests timeout-minutes: 15