Skip to content

Commit

Permalink
Update to not backfill the ci.yaml roller task. (flutter#4651)
Browse files Browse the repository at this point in the history
In order to avoid new tasks from not being scheduled we are not going to backfill the autoroller because it can sometimes play transactions out of order causing issues with tasks that are scheduled but not known.

*List which issues are fixed by this PR. You must list at least one issue.*
Part of flutter/flutter#127063

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
  • Loading branch information
ricardoamador authored Aug 5, 2023
1 parent b2a30a3 commit 040e163
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -963,3 +963,5 @@ targets:
timeout: 30
runIf:
- .ci.yaml
properties:
backfill: "false"

0 comments on commit 040e163

Please sign in to comment.