Skip to content

Commit 040e163

Browse files
Update to not backfill the ci.yaml roller task. (flutter#4651)
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#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].*
1 parent b2a30a3 commit 040e163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -963,3 +963,5 @@ targets:
963963
timeout: 30
964964
runIf:
965965
- .ci.yaml
966+
properties:
967+
backfill: "false"

0 commit comments

Comments
 (0)