@samitouri / QOS-React-2 / commits / c3c4ab31e4

[ci] Remove some circleci jobs

These are now in GH. Removes: - yarn_lint_build - yarn_test_build - yarn_check_release_dependencies ghstack-source-id: ab5c2b02507134f6f77b3ea9ce1995e8bbedec54 Pull Request resolved: https://github.com/facebook/react/pull/30353

Lauren Tan committed Jul 16, 2024 at 14:35 UTC c3c4ab31e4cb42dcfa8fbb1dee573fd5dafcd612
1 file changed -75
.circleci/config.yml
-75
@@ -311,27 +311,6 @@ jobs:
311 - store_artifacts:
312 path: ./tmp/screenshots
313
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 -
314 check_error_codes:
315 docker: *docker
316 environment: *environment
@@ -345,20 +324,6 @@ jobs:
324 yarn extract-errors
325 git diff --quiet || (echo "Found unminified errors. Either update the error codes map or disable error minification for the affected build, if appropriate." && false)
326
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 -
327 RELEASE_CHANNEL_stable_yarn_test_dom_fixtures:
328 docker: *docker
329 environment: *environment
@@ -421,40 +386,6 @@ workflows:
386 requires:
387 - scrape_warning_messages
388 - 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?
389 - download_base_build_for_sizebot:
390 filters:
391 branches:
@@ -469,12 +400,6 @@ workflows:
400 requires:
401 - download_base_build_for_sizebot
402 - yarn_build
472 - - yarn_lint_build:
473 - requires:
474 - - yarn_build
475 - - yarn_check_release_dependencies:
476 - requires:
477 - - yarn_build
403 - check_error_codes:
404 requires:
405 - yarn_build