You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ci] Fix and standardize target/task names (flutter#4323)
Fixes the target names in LUCI to not use '+', since it's not supported.
To better align the names between the two different infrastructures,
also updates the task naming in cirrus.yml to not use +. It also
standardizes the naming form across both systems as:
`<Host platform> <target platform>-<test_name> <extra info>`
where:
- `<Host platform>` is always there on LUCI, where required, but only
added where it's potentially ambiguous on Cirrus.
- `<target platform>' is omitted when the test is not target-platform
specific.
- `<test_name>' uses underscores, which is consistent with
flutter/flutter (and with Cirrus step naming).
- `<extra info>` is only explicitly set (to the channel) on LUCI; Cirrus
automatically adds channel info there due to the way `matrix` works.
0 commit comments