[ci] remove fuzz tests from CircleCI (#27831)

These have been migrated to GitHub Actions with
c01ac689e9.
This commit is contained in:
Jan Kassens
2023-12-12 15:38:26 -05:00
committed by GitHub
parent c01ac689e9
commit 493610f299
-25
View File
@@ -373,18 +373,6 @@ jobs:
yarn predev
yarn test --maxWorkers=2
test_fuzz:
docker: *docker
environment: *environment
steps:
- checkout
- setup_node_modules
- run:
name: Run fuzz tests
command: |
FUZZ_TEST_SEED=$RANDOM yarn test fuzz --ci
FUZZ_TEST_SEED=$RANDOM yarn test --prod fuzz --ci
publish_prerelease:
parameters:
commit_sha:
@@ -529,19 +517,6 @@ workflows:
requires:
- build_devtools_and_process_artifacts
fuzz_tests:
unless: << pipeline.parameters.prerelease_commit_sha >>
triggers:
- schedule:
# Fuzz tests run hourly
cron: "0 * * * *"
filters:
branches:
only:
- main
jobs:
- test_fuzz
devtools_regression_tests:
unless: << pipeline.parameters.prerelease_commit_sha >>
triggers: