From 20a9dbef8e75b5248a9d295ba469db1f40f302a3 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 6 Mar 2019 00:15:59 +0100 Subject: [PATCH] ci: saucelabs-legacy job should not run schematic core tests (#29124) With 62157990554306fb76e1e254b31855f966ff65f2 we introduced schematics for `core`, but due to the fact the Saucelabs legacy job does not run for PRs, we didn't realize that the legacy Saucelabs job ends up running the schematic specs. We don't want to run these schematic tests in the legacy-saucelabs job, as these are node-only specs and the non-Bazel Karma setup is not set up to provide the devkit schematic node modules. We exclude the schematics folder in the `core` package in the legacy-build tsconfig file (similar to how it is done for elements) PR Close #29124 --- packages/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tsconfig.json b/packages/tsconfig.json index 720c55d6c9..8a3c22122f 100644 --- a/packages/tsconfig.json +++ b/packages/tsconfig.json @@ -32,6 +32,7 @@ "bazel", "common/locales", "compiler-cli/integrationtest", + "core/schematics", "elements/schematics", // Do not build the example e2e spec files since those require custom typings and // aren't required to build all packages.