-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
#151433 added the new Linux android_java11_tool_integration_tests ci.yaml target, but this target didn't start getting run automatically in post submit till ~20 hours later.
Things that were notable:
- The
Linux ci_yaml flutter rollerrun for that commit indicated no changes needed to be rolled (despite the commit containing changes to theci.yaml - The bot pool indicated most of the machines were idle, so it wasn't an issue of capacity
- There was a commit to
flutter.googlesource.comthat rolled in the yaml changes (commit here), but that commit strangely had an incorrect commit message:
Roll flutter to b0cbfc6
That commit hash maps to b0cbfc6, which is the commit before my PR - so it shouldn't contain my yaml changes. And yet, looking at the diff for that commit, we can see that it does contain my Java 11 specificci.yamltarget:
+ builders {
+ name: "flutter/try/Linux android_java11_tool_integration_tests"
+ }Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team