From 16d3ca38cc2cd11bd2d3badfcd936198ec329b5c Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Tue, 16 Jul 2024 14:35:39 -0400 Subject: [PATCH] [ci] Remove check_error_codes from circleci ghstack-source-id: 3a587af04d19f6c1f0425023c8f5a504f5b32823 Pull Request resolved: https://github.com/facebook/react/pull/30355 --- .circleci/config.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 938dc9d48f..0a65b1263b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -311,19 +311,6 @@ jobs: - store_artifacts: path: ./tmp/screenshots - check_error_codes: - docker: *docker - environment: *environment - steps: - - checkout - - attach_workspace: *attach_workspace - - setup_node_modules - - run: - name: Search build artifacts for unminified errors - command: | - 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) - RELEASE_CHANNEL_stable_yarn_test_dom_fixtures: docker: *docker environment: *environment @@ -400,9 +387,6 @@ workflows: requires: - download_base_build_for_sizebot - yarn_build - - check_error_codes: - requires: - - yarn_build - RELEASE_CHANNEL_stable_yarn_test_dom_fixtures: requires: - yarn_build