Skip to content

Commit

Permalink
[ci] Remove DevTools jobs from circleci build_and_test
Browse files Browse the repository at this point in the history
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: #30352
  • Loading branch information
poteto committed Jul 16, 2024
1 parent 080e36c commit 8d805ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -481,12 +481,6 @@ workflows:
- RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
requires:
- yarn_build
- build_devtools_and_process_artifacts:
requires:
- yarn_build
- run_devtools_e2e_tests:
requires:
- build_devtools_and_process_artifacts
- run_fixtures_flight_tests:
requires:
- yarn_build
Expand Down

0 comments on commit 8d805ba

Please sign in to comment.