@@ -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
@@ -2241,12 +2193,6 @@ linux-workflow: &linux-workflow
22412193 context : test-runner:launchpad-tests
22422194 requires :
22432195 - build
2244- - desktop-gui-integration-tests-7x :
2245- requires :
2246- - build
2247- - desktop-gui-component-tests :
2248- requires :
2249- - build
22502196 - reporter-integration-tests :
22512197 requires :
22522198 - build
@@ -2311,8 +2257,6 @@ linux-workflow: &linux-workflow
23112257 - ui-components-integration-tests
23122258 - reporter-integration-tests
23132259 - Linux lint
2314- - desktop-gui-component-tests
2315- - desktop-gui-integration-tests-7x
23162260 - runner-ct-integration-tests-chrome
23172261 - runner-integration-tests-firefox
23182262 - runner-integration-tests-chrome
0 commit comments