File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments