Skip to content

Commit a0cc1fc

Browse files
clydinfilipesilva
authored andcommitted
ci: use ramdisk for E2E jobs
E2E jobs perform a large amount of disk IO including multiple package installs, builds, and git operations.
1 parent 8763c64 commit a0cc1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
command: ./.circleci/env.sh
194194
- run:
195195
name: Execute CLI E2E Tests
196-
command: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >>
196+
command: PATH=~/.npm-global/bin:$PATH node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --tmpdir=/mnt/ramdisk
197197

198198
e2e-cli-node-10:
199199
executor:

0 commit comments

Comments
 (0)