Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaruan committed May 23, 2022
1 parent 096ff79 commit 5c4bb2e
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5c4bb2e

Please sign in to comment.