Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Sep 22, 2022

Make sure the latest publish Flutter pods are downloaded to use in the plugin pod lib lint tests. I think some builders have an old version of FlutterMacOS cached, which does not contain an arm slice.

Fixes #112146 (hopefully).

I recently had to do something similar in #111714.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@jmagman jmagman self-assigned this Sep 22, 2022
@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Sep 22, 2022
@jmagman jmagman requested a review from keyonghan as a code owner September 22, 2022 23:06

- name: Mac plugin_lint_mac
recipe: devicelab/devicelab_drone
bringup: true # Flaky https://github.com/flutter/flutter/issues/112146
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this run in presubmit.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want this as a temp presubmit check validation (seems it passes) or want to remove the flake flag as it is in this PR? Wondering if you want to have this target to go through the flake validation workflow.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to revert it in this PR in case this didn't solve the flake. Just first wanted it to run in try, which I think it won't if bringup is true?
It passed:
https://ci.chromium.org/p/flutter/builders/try/Mac%20plugin_lint_mac/18408

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted.

Copy link
Contributor

@keyonghan keyonghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jmagman jmagman added the autosubmit Merge PR when tree becomes green via auto submit App label Sep 28, 2022
@auto-submit auto-submit bot merged commit 86e5101 into flutter:master Sep 28, 2022
@jmagman jmagman deleted the plugin-repo branch September 28, 2022 19:16
hannah-hyj pushed a commit to hannah-hyj/flutter that referenced this pull request Sep 28, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Sep 29, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App c: contributor-productivity Team-specific productivity, code health, technical debt.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mac plugin_lint_mac is flaky with incorrect FlutterMacOS.framework architecture

2 participants