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: d035bca16bcfa17306f3cb61bcfd00d23f0d7961
Pull Request resolved: #30036
  • Loading branch information
poteto committed Jun 21, 2024
1 parent ea375eb commit 1df4a84
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 1df4a84

Please sign in to comment.