[ci] Remove DevTools jobs from circleci build_and_test
Now that these run in GH, we can remove these jobs from the circleci build_and_test workflow to speed up the remaining jobs left in circleci since this was the long pole. I have left the definition of these jobs in tact however, as they are used for devtools_regression_tests which has yet to be migrated to GH. ghstack-source-id: 6f4ed3efa2c39f2da30d664f8bb048e9f007606f Pull Request resolved: https://github.com/facebook/react/pull/30352
Lauren Tan committed
Jul 16, 2024 at 14:35 UTC
8d805ba2fd522844c9cb00806e5d49d4ec19799f
1 file changed
-6
.circleci/config.yml
-6
@@ -481,12 +481,6 @@ workflows:
481
- RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
482
requires:
483
- yarn_build
484
- - build_devtools_and_process_artifacts:
485
- requires:
486
- - yarn_build
487
- - run_devtools_e2e_tests:
488
- requires:
489
- - build_devtools_and_process_artifacts
484
- run_fixtures_flight_tests:
485
requires:
486
- yarn_build