Skip to content

Commit

Permalink
[ci] remove fuzz tests from CircleCI (#27831)
Browse files Browse the repository at this point in the history
These have been migrated to GitHub Actions with
c01ac68.
  • Loading branch information
kassens authored Dec 12, 2023
1 parent c01ac68 commit 493610f
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 493610f

Please sign in to comment.