Skip to content

Commit

Permalink
Increase frequency of canary runs to 4xDay (#41056)
Browse files Browse the repository at this point in the history
We have not seen a significant increase in a number of FT runners
used when we run Canary builds 2x day, switching it to 4x day will
speed up constraints and cache refresh as well as will allow to
detect the root cause of main problems more accurately and will
better handle flaky cases.
  • Loading branch information
potiuk authored Jul 26, 2024
1 parent f0ef691 commit 29610de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name: Tests
on: # yamllint disable-line rule:truthy
schedule:
- cron: '28 7,15 * * *'
- cron: '28 1,7,13,19 * * *'
push:
branches: ['v[0-9]+-[0-9]+-test']
pull_request:
Expand Down

0 comments on commit 29610de

Please sign in to comment.