Fix globs in runIf configurations.#122630
Fix globs in runIf configurations.#122630auto-submit[bot] merged 2 commits intoflutter:masterfrom godofredoc:fix_glob_runif
Conversation
Several tests have not been running on presubmit after the glob behavior was fixed in the cocoon backend. This change updates runIf configs to make consistent use of globs. Bug: #122157
|
cc @keyonghan, I thought #122157 was fixed by flutter/cocoon#2516. Were ALL of these runIf conditions really wrong? |
|
Cocoon backend glob fix was flutter/cocoon#2506 |
So all of these runIf conditions were wrong for 2 weeks because they didn't actually glob and we added a |
That's correct, we created that fix because the builds using the glob were not being run correctly but didn't check the configs in .ci.yaml apart from the ones referenced in the bug. |
Oh interesting. I'm surprised this wasn't more disruptive. |
Several tests have not been running on presubmit after the glob behavior was fixed in the cocoon backend. This change updates runIf configs to make consistent use of globs.
Bug: #122157
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.