Skip to content

Commit 63d0722

Browse files
committed
[ci] Remove circleci yarn_test job
This was migrated to GitHub actions ghstack-source-id: 6fd9c42 Pull Request resolved: #30034
1 parent b699c0e commit 63d0722

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.circleci/config.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,6 @@ jobs:
358358
yarn generate-inline-fizz-runtime
359359
git diff --quiet || (echo "There was a change to the Fizz runtime. Run `yarn generate-inline-fizz-runtime` and check in the result." && false)
360360
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-
373361
yarn_test_build:
374362
docker: *docker
375363
environment: *environment
@@ -437,37 +425,6 @@ workflows:
437425
branches:
438426
ignore:
439427
- 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'
471428
- yarn_build:
472429
filters:
473430
branches:

0 commit comments

Comments
 (0)