[ci] remove fuzz tests from CircleCI (#27831)
These have been migrated to GitHub Actions with c01ac689e9628c952761ba0583d6c00ba5521c6a.
Jan Kassens committed
Dec 12, 2023 at 15:38 UTC
493610f299ddf7d06e147e60dc4f2b97482982d2
1 file changed
-25
.circleci/config.yml
-25
@@ -373,18 +373,6 @@ jobs:
373
yarn predev
374
yarn test --maxWorkers=2
375
376
- test_fuzz:
377
- docker: *docker
378
- environment: *environment
379
- steps:
380
- - checkout
381
- - setup_node_modules
382
- - run:
383
- name: Run fuzz tests
384
- command: |
385
- FUZZ_TEST_SEED=$RANDOM yarn test fuzz --ci
386
- FUZZ_TEST_SEED=$RANDOM yarn test --prod fuzz --ci
387
-
376
publish_prerelease:
377
parameters:
378
commit_sha:
@@ -529,19 +517,6 @@ workflows:
517
requires:
518
- build_devtools_and_process_artifacts
519
532
- fuzz_tests:
533
- unless: << pipeline.parameters.prerelease_commit_sha >>
534
- triggers:
535
- - schedule:
536
- # Fuzz tests run hourly
537
- cron: "0 * * * *"
538
- filters:
539
- branches:
540
- only:
541
- - main
542
- jobs:
543
- - test_fuzz
544
-
520
devtools_regression_tests:
521
unless: << pipeline.parameters.prerelease_commit_sha >>
522
triggers: