From 359b6cf43913d7c0b1cb46734c1a4439ba4e3d03 Mon Sep 17 00:00:00 2001 From: Rob Hogan <2590098+robhogan@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:04:44 +0100 Subject: [PATCH 1/2] CircleCI: Remove `test_codegen` --- .circleci/config.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 629cdb54e6bead..8e4cafeb71f144 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -403,27 +403,6 @@ jobs: - store_test_results: path: ./reports/junit - # ----------------------- - # JOBS: Codegen Tests - # ----------------------- - test_codegen: - parameters: - executor: - type: executor - default: nodelts - executor: << parameters.executor >> - steps: - - checkout - - setup_artifacts - - run: - name: Install Yarn in codegen - command: yarn install - working_directory: packages/react-native-codegen - - run: - name: Run Tests - command: yarn jest - working_directory: packages/react-native-codegen - # ------------------------- # JOBS: iOS Unit Tests # ------------------------- From aaaf2c16eed3f8e8f2cea0ef0eb5d1f918145c95 Mon Sep 17 00:00:00 2001 From: Rob Hogan <2590098+robhogan@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:10:19 +0100 Subject: [PATCH 2/2] Remove `test_codegen` from `tests` workflow --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e4cafeb71f144..424227e1a9b7fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1340,7 +1340,6 @@ workflows: unless: << pipeline.parameters.run_package_release_workflow_only >> jobs: - prepare_hermes_workspace - - test_codegen - build_hermesc_linux: requires: - prepare_hermes_workspace