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: