From 1740598537d5fa187db5b0bd41096931ea564359 Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 21 Jun 2024 15:31:39 -0400 Subject: [PATCH] [ci] Remove circleci yarn_test job This was migrated to GitHub actions ghstack-source-id: d9f6c022f5a09406c96c280860ffd0c418b47e71 Pull Request resolved: https://github.com/facebook/react/pull/30034 --- .circleci/config.yml | 43 ------------------------------------------- 1 file changed, 43 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7ce9c199d4c7f..872759e3edc50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -358,18 +358,6 @@ jobs: 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: - docker: *docker - environment: *environment - parallelism: *TEST_PARALLELISM - parameters: - args: - type: string - steps: - - checkout - - setup_node_modules - - run: yarn test <> --ci=circleci - yarn_test_build: docker: *docker environment: *environment @@ -437,37 +425,6 @@ workflows: branches: ignore: - builds/facebook-www - - yarn_test: - filters: - branches: - ignore: - - builds/facebook-www - matrix: - parameters: - args: - # Intentionally passing these as strings instead of creating a - # separate parameter per CLI argument, since it's easier to - # control/see which combinations we want to run. - - "-r=stable --env=development" - - "-r=stable --env=production" - - "-r=experimental --env=development" - - "-r=experimental --env=production" - - "-r=www-classic --env=development --variant=false" - - "-r=www-classic --env=production --variant=false" - - "-r=www-classic --env=development --variant=true" - - "-r=www-classic --env=production --variant=true" - - "-r=www-modern --env=development --variant=false" - - "-r=www-modern --env=production --variant=false" - - "-r=www-modern --env=development --variant=true" - - "-r=www-modern --env=production --variant=true" - - "-r=xplat --env=development --variant=false" - - "-r=xplat --env=development --variant=true" - - "-r=xplat --env=production --variant=false" - - "-r=xplat --env=production --variant=true" - - # TODO: Test more persistent configurations? - - '-r=stable --env=development --persistent' - - '-r=experimental --env=development --persistent' - yarn_build: filters: branches: