@@ -358,18 +358,6 @@ jobs:
358
358
yarn generate-inline-fizz-runtime
359
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
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
-
373
361
yarn_test_build :
374
362
docker : *docker
375
363
environment : *environment
@@ -437,37 +425,6 @@ workflows:
437
425
branches :
438
426
ignore :
439
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'
471
428
- yarn_build :
472
429
filters :
473
430
branches :
0 commit comments