diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e58052172..32e4238321 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -695,6 +695,12 @@ workflows: - legacy-unit-tests-saucelabs: requires: - setup + - test_saucelabs_bazel: + requires: + - setup + filters: + branches: + only: master - test_aio: requires: - setup @@ -757,22 +763,6 @@ workflows: requires: - setup - saucelabs_tests: - jobs: - - setup - - test_saucelabs_bazel: - requires: - - setup - triggers: - - schedule: - # Runs the Saucelabs legacy tests every hour. We still want to run Saucelabs - # frequently as the caretaker needs up-to-date results when merging PRs or creating - # a new release. Also we primarily moved the Saucelabs job into a cronjob that doesn't - # run for PRs, in order to ensure that PRs are not affected by Saucelabs flakiness or - # incidents. This is still guaranteed (even if we run the job every hour). - cron: "0 * * * *" - filters: *publish_branches_filter - aio_monitoring: jobs: - setup