[ci] Remove circleci yarn_test job
This was migrated to GitHub actions ghstack-source-id: adf9b2bdc7b2a59e658176b2202fe65e84bcb4af Pull Request resolved: https://github.com/facebook/react/pull/30034
Lauren Tan committed
Jun 22, 2024 at 12:33 UTC
917585d037af5476df9271c24721eb5e992929c0
1 file changed
-43
.circleci/config.yml
-43
@@ -358,18 +358,6 @@ jobs:
358
yarn generate-inline-fizz-runtime
359
git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
360
361
- yarn_test:
362
- docker: *docker
363
- environment: *environment
364
- parallelism: *TEST_PARALLELISM
365
- parameters:
366
- args:
367
- type: string
368
- steps:
369
- - checkout
370
- - setup_node_modules
371
- - run: yarn test <<parameters.args>> --ci=circleci
372
-
361
yarn_test_build:
362
docker: *docker
363
environment: *environment
@@ -437,37 +425,6 @@ workflows:
425
branches:
426
ignore:
427
- builds/facebook-www
440
- - yarn_test:
441
- filters:
442
- branches:
443
- ignore:
444
- - builds/facebook-www
445
- matrix:
446
- parameters:
447
- args:
448
- # Intentionally passing these as strings instead of creating a
449
- # separate parameter per CLI argument, since it's easier to
450
- # control/see which combinations we want to run.
451
- - "-r=stable --env=development"
452
- - "-r=stable --env=production"
453
- - "-r=experimental --env=development"
454
- - "-r=experimental --env=production"
455
- - "-r=www-classic --env=development --variant=false"
456
- - "-r=www-classic --env=production --variant=false"
457
- - "-r=www-classic --env=development --variant=true"
458
- - "-r=www-classic --env=production --variant=true"
459
- - "-r=www-modern --env=development --variant=false"
460
- - "-r=www-modern --env=production --variant=false"
461
- - "-r=www-modern --env=development --variant=true"
462
- - "-r=www-modern --env=production --variant=true"
463
- - "-r=xplat --env=development --variant=false"
464
- - "-r=xplat --env=development --variant=true"
465
- - "-r=xplat --env=production --variant=false"
466
- - "-r=xplat --env=production --variant=true"
467
-
468
- # TODO: Test more persistent configurations?
469
- - '-r=stable --env=development --persistent'
470
- - '-r=experimental --env=development --persistent'
428
- yarn_build:
429
filters:
430
branches: