cleanup(repo): rebalance the e2e tests jobs to speed up ci time

This commit is contained in:
Victor Savkin 2020-05-19 20:53:20 -04:00 committed by Victor Savkin
parent 0c4c39f69c
commit accacb3369
4 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"