From adf256b30b1a60a118e0e0038f0cf985bf819074 Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Fri, 21 Sep 2018 11:31:39 -0400 Subject: [PATCH] ci: fix parallelism for e2e node 8.x job --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 886c08b5cb23..1f520629f505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,11 +95,11 @@ jobs: environment: BASH_ENV: ~/.profile resource_class: xlarge - parallelism: 4 + parallelism: 2 steps: - attach_workspace: *attach_options - run: npm install --global npm@6 - - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --glob=tests/basic/* + - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --glob=tests/basic/* --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} e2e-cli-ng-snapshots: <<: *defaults @@ -109,7 +109,6 @@ jobs: parallelism: 4 steps: - attach_workspace: *attach_options - - run: npm install --global npm@6 - run: xvfb-run -a node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} --ng-snapshots build: