Skip to content

Commit 975363a

Browse files
committed
Update
[ghstack-poisoned]
1 parent e0e4434 commit 975363a

File tree

1 file changed

+0
-75
lines changed

1 file changed

+0
-75
lines changed

.circleci/config.yml

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -311,27 +311,6 @@ jobs:
311311
- store_artifacts:
312312
path: ./tmp/screenshots
313313

314-
yarn_lint_build:
315-
docker: *docker
316-
environment: *environment
317-
steps:
318-
- checkout
319-
- attach_workspace:
320-
at: .
321-
- setup_node_modules
322-
- run: yarn lint-build
323-
324-
yarn_check_release_dependencies:
325-
docker: *docker
326-
environment: *environment
327-
steps:
328-
- checkout
329-
- attach_workspace:
330-
at: .
331-
- setup_node_modules
332-
- run: yarn check-release-dependencies
333-
334-
335314
check_error_codes:
336315
docker: *docker
337316
environment: *environment
@@ -345,20 +324,6 @@ jobs:
345324
yarn extract-errors
346325
git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
347326
348-
yarn_test_build:
349-
docker: *docker
350-
environment: *environment
351-
parallelism: *TEST_PARALLELISM
352-
parameters:
353-
args:
354-
type: string
355-
steps:
356-
- checkout
357-
- attach_workspace:
358-
at: .
359-
- setup_node_modules
360-
- run: yarn test --build <<parameters.args>> --ci=circleci
361-
362327
RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
363328
docker: *docker
364329
environment: *environment
@@ -421,40 +386,6 @@ workflows:
421386
requires:
422387
- scrape_warning_messages
423388
- yarn_build
424-
- yarn_test_build:
425-
requires:
426-
- yarn_build
427-
matrix:
428-
parameters:
429-
args:
430-
# Intentionally passing these as strings instead of creating a
431-
# separate parameter per CLI argument, since it's easier to
432-
# control/see which combinations we want to run.
433-
- "-r=stable --env=development"
434-
- "-r=stable --env=production"
435-
- "-r=experimental --env=development"
436-
- "-r=experimental --env=production"
437-
438-
# Dev Tools
439-
- "--project=devtools -r=experimental"
440-
441-
# TODO: Update test config to support www build tests
442-
# - "-r=www-classic --env=development --variant=false"
443-
# - "-r=www-classic --env=production --variant=false"
444-
# - "-r=www-classic --env=development --variant=true"
445-
# - "-r=www-classic --env=production --variant=true"
446-
# - "-r=www-modern --env=development --variant=false"
447-
# - "-r=www-modern --env=production --variant=false"
448-
# - "-r=www-modern --env=development --variant=true"
449-
# - "-r=www-modern --env=production --variant=true"
450-
451-
# TODO: Update test config to support xplat build tests
452-
# - "-r=xplat --env=development --variant=false"
453-
# - "-r=xplat --env=development --variant=true"
454-
# - "-r=xplat --env=production --variant=false"
455-
# - "-r=xplat --env=production --variant=true"
456-
457-
# TODO: Test more persistent configurations?
458389
- download_base_build_for_sizebot:
459390
filters:
460391
branches:
@@ -469,12 +400,6 @@ workflows:
469400
requires:
470401
- download_base_build_for_sizebot
471402
- yarn_build
472-
- yarn_lint_build:
473-
requires:
474-
- yarn_build
475-
- yarn_check_release_dependencies:
476-
requires:
477-
- yarn_build
478403
- check_error_codes:
479404
requires:
480405
- yarn_build

0 commit comments

Comments
 (0)