@@ -1025,8 +1025,6 @@ jobs:
10251025 fi
10261026 - wait-on-circle-jobs :
10271027 job-names : >
1028- desktop-gui-integration-tests-7x,
1029- desktop-gui-component-tests,
10301028 cli-visual-tests,
10311029 runner-integration-tests-chrome,
10321030 runner-ct-integration-tests-chrome,
@@ -1307,52 +1305,6 @@ jobs:
13071305 - run-driver-integration-tests :
13081306 browser : electron
13091307
1310- desktop-gui-integration-tests-7x :
1311- << : *defaults
1312- parallelism : 7
1313- steps :
1314- - restore_cached_workspace
1315- - run :
1316- command : yarn build-prod
1317- working_directory : packages/desktop-gui
1318- - run :
1319- command : |
1320- CYPRESS_KONFIG_ENV=production \
1321- CYPRESS_RECORD_KEY=$PACKAGES_RECORD_KEY \
1322- PERCY_PARALLEL_NONCE=$CIRCLE_WORKFLOW_ID \
1323- PERCY_ENABLE=${PERCY_TOKEN:-0} \
1324- PERCY_PARALLEL_TOTAL=-1 \
1325- yarn percy exec --parallel -- -- \
1326- yarn cypress:run --record --parallel --group 2x-desktop-gui
1327- working_directory : packages/desktop-gui
1328- - verify-mocha-results
1329- - store_test_results :
1330- path : /tmp/cypress
1331- - store_artifacts :
1332- path : /tmp/artifacts
1333- - store-npm-logs
1334-
1335-
1336- desktop-gui-component-tests :
1337- << : *defaults
1338- resource_class : medium
1339- parallelism : 1
1340- steps :
1341- - restore_cached_workspace
1342- - run :
1343- # will use PERCY_TOKEN environment variable if available
1344- command : |
1345- CYPRESS_KONFIG_ENV=production \
1346- PERCY_PARALLEL_NONCE=$CIRCLE_WORKFLOW_ID \
1347- PERCY_ENABLE=${PERCY_TOKEN:-0} \
1348- PERCY_PARALLEL_TOTAL=-1 \
1349- yarn percy exec --parallel -- -- \
1350- yarn cypress:run:ct
1351- working_directory : packages/desktop-gui
1352- - verify-mocha-results
1353- # we don't really need any artifacts - we are only interested in visual screenshots
1354- - store-npm-logs
1355-
13561308 reporter-integration-tests :
13571309 << : *defaults
13581310 resource_class : medium
@@ -1400,6 +1352,7 @@ jobs:
14001352
14011353 npm-webpack-preprocessor :
14021354 << : *defaults
1355+ resource_class : medium
14031356 steps :
14041357 - restore_cached_workspace
14051358 - run :
@@ -1437,6 +1390,7 @@ jobs:
14371390
14381391 npm-webpack-dev-server :
14391392 << : *defaults
1393+ resource_class : medium
14401394 steps :
14411395 - restore_cached_workspace
14421396 - run :
@@ -1640,6 +1594,7 @@ jobs:
16401594
16411595 test-kitchensink :
16421596 << : *defaults
1597+ resource_class : medium
16431598 steps :
16441599 - clone-repo-and-checkout-branch :
16451600 repo : cypress-example-kitchensink
@@ -2238,12 +2193,6 @@ linux-workflow: &linux-workflow
22382193 context : test-runner:launchpad-tests
22392194 requires :
22402195 - build
2241- - desktop-gui-integration-tests-7x :
2242- requires :
2243- - build
2244- - desktop-gui-component-tests :
2245- requires :
2246- - build
22472196 - reporter-integration-tests :
22482197 requires :
22492198 - build
@@ -2308,8 +2257,6 @@ linux-workflow: &linux-workflow
23082257 - ui-components-integration-tests
23092258 - reporter-integration-tests
23102259 - Linux lint
2311- - desktop-gui-component-tests
2312- - desktop-gui-integration-tests-7x
23132260 - runner-ct-integration-tests-chrome
23142261 - runner-integration-tests-firefox
23152262 - runner-integration-tests-chrome
0 commit comments