@samitouri / QOS-React / commits / 0bff0e4377

[ci] Remove circleci check_generated_fizz_runtime job

This was migrated to GitHub actions ghstack-source-id: 3b307a31101e83f4abefe8be063cfeade57bc53c Pull Request resolved: https://github.com/facebook/react/pull/30036

Lauren Tan committed Jun 22, 2024 at 12:33 UTC 0bff0e437792e94a3757c4afd0ca1ca9d6cedba6
1 file changed -18
.circleci/config.yml
-18
@@ -345,19 +345,6 @@ jobs:
345 yarn extract-errors
346 git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
347
348 - check_generated_fizz_runtime:
349 - docker: *docker
350 - environment: *environment
351 - steps:
352 - - checkout
353 - - attach_workspace: *attach_workspace
354 - - setup_node_modules
355 - - run:
356 - name: Confirm generated inline Fizz runtime is up to date
357 - command: |
358 - yarn generate-inline-fizz-runtime
359 - git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
360 -
348 yarn_test_build:
349 docker: *docker
350 environment: *environment
@@ -420,11 +407,6 @@ workflows:
407 build_and_test:
408 unless: << pipeline.parameters.prerelease_commit_sha >>
409 jobs:
423 - - check_generated_fizz_runtime:
424 - filters:
425 - branches:
426 - ignore:
427 - - builds/facebook-www
410 - yarn_build:
411 filters:
412 branches: