From accacb33692148e9ac6f3a0b95ff7205d1a3a09e Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Tue, 19 May 2020 20:53:20 -0400 Subject: [PATCH] cleanup(repo): rebalance the e2e tests jobs to speed up ci time --- scripts/e2e-ci1.sh | 2 +- scripts/e2e-ci2.sh | 2 +- scripts/e2e-ci3.sh | 2 +- scripts/e2e-ci4.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/e2e-ci1.sh b/scripts/e2e-ci1.sh index 86eace6cc5..0a18b23fa4 100755 --- a/scripts/e2e-ci1.sh +++ b/scripts/e2e-ci1.sh @@ -6,4 +6,4 @@ mkdir -p tmp/angular mkdir -p tmp/nx export SELECTED_CLI=$1 -PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(angular|cli|workspace|workspace-aux-commands).test.js" +PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(angular|cli|jest|karma|next|nx-plugin).test.js" diff --git a/scripts/e2e-ci2.sh b/scripts/e2e-ci2.sh index b048f73256..9b061b0d66 100755 --- a/scripts/e2e-ci2.sh +++ b/scripts/e2e-ci2.sh @@ -7,4 +7,4 @@ mkdir -p tmp/angular mkdir -p tmp/nx export SELECTED_CLI=$1 -PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(jest|karma|next|nx-plugin|downgrade-module|cypress|custom-layout).test.js" +PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(downgrade-module|cypress|custom-layout|workspace|workspace-aux-commands).test.js" diff --git a/scripts/e2e-ci3.sh b/scripts/e2e-ci3.sh index 794a7d0c41..112860fe9a 100755 --- a/scripts/e2e-ci3.sh +++ b/scripts/e2e-ci3.sh @@ -7,4 +7,4 @@ mkdir -p tmp/angular mkdir -p tmp/nx export SELECTED_CLI=$1 -PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(storybook|upgrade-module|web|angular-package|react-package|node).test.js" +PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(web|angular-package|react-package|node).test.js" diff --git a/scripts/e2e-ci4.sh b/scripts/e2e-ci4.sh index 4e0073b927..c3f61acc3e 100755 --- a/scripts/e2e-ci4.sh +++ b/scripts/e2e-ci4.sh @@ -7,4 +7,4 @@ mkdir -p tmp/angular mkdir -p tmp/nx export SELECTED_CLI=$1 -PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(ngrx|create-nx-workspace|react).test.js" +PUBLISHED_VERSION=9999.0.1 npm_config_registry=http://localhost:4872/ jest -c "./build/e2e/jest-config.js" --maxWorkers=1 "./build/e2e/(storybook|upgrade-module|ngrx|create-nx-workspace|react).test.js"