Skip to content

Commit

Permalink
[ci] Remove circleci check_generated_fizz_runtime job
Browse files Browse the repository at this point in the history
This was migrated to GitHub actions

ghstack-source-id: 04916cf7460fc19c9c120567fba24371e64a2e2f
Pull Request resolved: #30036
  • Loading branch information
poteto committed Jun 22, 2024
1 parent aeaf066 commit d5c5ccd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,19 +345,6 @@ jobs:
yarn extract-errors
git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
check_generated_fizz_runtime:
docker: *docker
environment: *environment
steps:
- checkout
- attach_workspace: *attach_workspace
- setup_node_modules
- run:
name: Confirm generated inline Fizz runtime is up to date
command: |
yarn generate-inline-fizz-runtime
git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
yarn_test_build:
docker: *docker
environment: *environment
Expand Down Expand Up @@ -420,11 +407,6 @@ workflows:
build_and_test:
unless: << pipeline.parameters.prerelease_commit_sha >>
jobs:
- check_generated_fizz_runtime:
filters:
branches:
ignore:
- builds/facebook-www
- yarn_build:
filters:
branches:
Expand Down

0 comments on commit d5c5ccd

Please sign in to comment.