Skip to content

Commit bcfab0d

Browse files
jennifer-shehaneflotwig
authored andcommitted
chore: Increase paralleled machines for desktop-gui tests (#18725)
1 parent 0ae4430 commit bcfab0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ jobs:
959959
fi
960960
- wait-on-circle-jobs:
961961
job-names: >
962-
desktop-gui-integration-tests-2x,
962+
desktop-gui-integration-tests-7x,
963963
desktop-gui-component-tests,
964964
cli-visual-tests,
965965
runner-integration-tests-chrome,
@@ -1188,9 +1188,9 @@ jobs:
11881188
- run-driver-integration-tests:
11891189
browser: electron
11901190

1191-
desktop-gui-integration-tests-2x:
1191+
desktop-gui-integration-tests-7x:
11921192
<<: *defaults
1193-
parallelism: 2
1193+
parallelism: 7
11941194
steps:
11951195
- restore_cached_workspace
11961196
- run:
@@ -2053,7 +2053,7 @@ linux-workflow: &linux-workflow
20532053
requires:
20542054
- build
20552055

2056-
- desktop-gui-integration-tests-2x:
2056+
- desktop-gui-integration-tests-7x:
20572057
requires:
20582058
- build
20592059
- desktop-gui-component-tests:
@@ -2123,7 +2123,7 @@ linux-workflow: &linux-workflow
21232123
- reporter-integration-tests
21242124
- Linux lint
21252125
- desktop-gui-component-tests
2126-
- desktop-gui-integration-tests-2x
2126+
- desktop-gui-integration-tests-7x
21272127
- runner-ct-integration-tests-chrome
21282128
- runner-integration-tests-firefox
21292129
- runner-integration-tests-chrome

0 commit comments

Comments
 (0)