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:
parent
6581a1b48d
commit
2cc73526bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue