Skip to content

Commit 45383de

Browse files
Mark the ci_yaml roller task so that it is not backfilled. (flutter#131966)
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 a2fa60c commit 45383de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ targets:
333333
properties:
334334
tags: >
335335
["framework", "hostonly", "shard", "linux"]
336+
backfill: "false"
336337
runIf:
337338
- .ci.yaml
338339

0 commit comments

Comments
 (0)