diff --git a/.circleci/config.yml b/.circleci/config.yml index 5062f426a3878..8f05c87dfd5a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -496,18 +496,7 @@ workflows: - run_devtools_e2e_tests: requires: - build_devtools_and_process_artifacts - - run_devtools_tests_for_versions: - requires: - - build_devtools_and_process_artifacts - matrix: - parameters: - version: - - "16.0" - - "16.5" # schedule package - - "16.8" # hooks - - "17.0" - - "18.0" - + fuzz_tests: unless: << pipeline.parameters.prerelease_commit_sha >> triggers: @@ -525,15 +514,6 @@ workflows: - setup devtools_regression_tests: - unless: << pipeline.parameters.prerelease_commit_sha >> - triggers: - - schedule: - # Fuzz tests run hourly - cron: "0 * * * *" - filters: - branches: - only: - - main jobs: - setup - yarn_build_combined: