Skip to content

Commit 493610f

Browse files
authored
[ci] remove fuzz tests from CircleCI (#27831)
These have been migrated to GitHub Actions with c01ac68.
1 parent c01ac68 commit 493610f

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.circleci/config.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -373,18 +373,6 @@ jobs:
373373
yarn predev
374374
yarn test --maxWorkers=2
375375
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-
388376
publish_prerelease:
389377
parameters:
390378
commit_sha:
@@ -529,19 +517,6 @@ workflows:
529517
requires:
530518
- build_devtools_and_process_artifacts
531519

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-
545520
devtools_regression_tests:
546521
unless: << pipeline.parameters.prerelease_commit_sha >>
547522
triggers:

0 commit comments

Comments
 (0)