From 2375670a91c0925347ce285231828d4d0fa41c11 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 21 Sep 2021 13:49:25 -0400 Subject: [PATCH] Delete unused CI jobs These were replaced by the `build_combined` job. --- .circleci/config.yml | 55 -------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 11b882d169..81235be058 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,61 +91,6 @@ jobs: - *restore_node_modules - run: node ./scripts/tasks/flow-ci - RELEASE_CHANNEL_stable_yarn_build: - docker: *docker - environment: *environment - parallelism: *TEST_PARALLELISM - steps: - - checkout - - run: yarn workspaces info | head -n -1 > workspace_info.txt - - *restore_node_modules - - run: - environment: - RELEASE_CHANNEL: stable - command: | - ./scripts/circleci/add_build_info_json.sh - ./scripts/circleci/update_package_versions.sh - yarn build - - run: echo "stable" >> build/RELEASE_CHANNEL - - persist_to_workspace: - root: build - paths: - - RELEASE_CHANNEL - - facebook-www - - facebook-react-native - - facebook-relay - - node_modules - - react-native - - dist - - sizes/*.json - - yarn_build: - docker: *docker - environment: *environment - parallelism: 20 - steps: - - checkout - - run: yarn workspaces info | head -n -1 > workspace_info.txt - - *restore_node_modules - - run: - environment: - RELEASE_CHANNEL: experimental - command: | - ./scripts/circleci/add_build_info_json.sh - ./scripts/circleci/update_package_versions.sh - yarn build - - run: echo "experimental" >> build/RELEASE_CHANNEL - - persist_to_workspace: - root: build - paths: - - RELEASE_CHANNEL - - facebook-www - - facebook-react-native - - facebook-relay - - node_modules - - react-native - - dist - - sizes/*.json yarn_build_combined: docker: *docker