-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Add Mac_x64 darwin_lint_podspecs
to LUCI
#6637
Add Mac_x64 darwin_lint_podspecs
to LUCI
#6637
Conversation
.ci.yaml
Outdated
|
||
targets: | ||
- name: Mac_x64 darwin_lint_podspecs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should preserve the TODO from the Cirrus config about moving this to ARM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Added it back.
tasks: | ||
- name: prepare tool | ||
script: .ci/scripts/prepare_tool.sh | ||
- name: create all_plugins app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"lint iOS and macOS podspecs"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
.ci.yaml
Outdated
|
||
targets: | ||
- name: Mac_x64 darwin_lint_podspecs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can drop 'darwin' from the name here; it doesn't really add anything. (I think it was only there because it used to be "ios" and we gave it a generic name instead, when we should have just removed it.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropped the darwin
in both target name here and the script yaml name.
517c644
to
5db5fa5
Compare
A friendly ping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(Sorry for the delay, I was out sick for the last couple of days.)
No worries at all. Thanks for the review! |
* 3ec3cc1e2 Add `Mac_x64 darwin_lint_podspecs` to LUCI (flutter/plugins#6637) * 0e5e90f6c [webview_flutter] Fix typo (flutter/plugins#6650) * f04ef7309 Roll Flutter from 55e8cd1 to e0e7027 (20 revisions) (flutter/plugins#6673) * 3ca34103d Roll Flutter from e0e7027 to 5ea5a53 (7 revisions) (flutter/plugins#6675)
* add darwin_lint_podspecs * update target file * add args * update path * update script * args list * bringup: true * TODO & Name changes
* add darwin_lint_podspecs * update target file * add args * update path * update script * args list * bringup: true * TODO & Name changes
…#114813) * 3ec3cc1e2 Add `Mac_x64 darwin_lint_podspecs` to LUCI (flutter/plugins#6637) * 0e5e90f6c [webview_flutter] Fix typo (flutter/plugins#6650) * f04ef7309 Roll Flutter from 55e8cd1 to e0e7027 (20 revisions) (flutter/plugins#6673) * 3ca34103d Roll Flutter from e0e7027 to 5ea5a53 (7 revisions) (flutter/plugins#6675)
…#114813) * 3ec3cc1e2 Add `Mac_x64 darwin_lint_podspecs` to LUCI (flutter/plugins#6637) * 0e5e90f6c [webview_flutter] Fix typo (flutter/plugins#6650) * f04ef7309 Roll Flutter from 55e8cd1 to e0e7027 (20 revisions) (flutter/plugins#6673) * 3ca34103d Roll Flutter from e0e7027 to 5ea5a53 (7 revisions) (flutter/plugins#6675)
* add darwin_lint_podspecs * update target file * add args * update path * update script * args list * bringup: true * TODO & Name changes
This is the first Mac target to be enabled in LUCI, and should be landed after recipes support CL: https://flutter-review.googlesource.com/c/recipes/+/35303
Bug: flutter/flutter#114373