build: exclude compiler compliance tests from Saucelabs tests (#41866)

The legacy-unit-tests-saucelabs job does not need to compile the
compiler compliance tests as they are not used in those tests. Since
the compliance tests can be configured to use specific compiler options,
the generic tsconfig that is used in legacy-unit-tests-saucelabs may not
succeed to compile the compliance tests so this commit excludes those
source files.

PR Close #41866
This commit is contained in:
JoostK 2021-04-30 18:40:09 +02:00 committed by Misko Hevery
parent 6581a1b48d
commit 2cc73526bc
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
"bazel",
"common/locales",
"compiler-cli/integrationtest",
"compiler-cli/test/compliance",
"core/schematics",
"elements/schematics",
// Do not build the example package because there are no legacy tests that need to be