-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Check for watch companion in build settings #114078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…e when checking watch build settings
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.
You should also add a note in the description that this is a re-land of #113956 so we can follow the GitHub paper trail in the future.
I'm not on my machine that's missing watch simulators today to test this. How about removing presubmit: false
from these tests:
Lines 3493 to 3509 in 156c313
- name: Mac_ios ios_app_with_extensions_test | |
recipe: devicelab/devicelab_drone | |
presubmit: false | |
timeout: 60 | |
properties: | |
tags: > | |
["devicelab", "ios", "mac"] | |
task_name: ios_app_with_extensions_test | |
- name: Mac_arm64_ios ios_app_with_extensions_test | |
recipe: devicelab/devicelab_drone | |
presubmit: false | |
timeout: 60 | |
properties: | |
tags: > | |
["devicelab", "ios", "mac", "arm64"] | |
task_name: ios_app_with_extensions_test |
and then we'll see if the tests pass on this PR. And if they do, you can revert that change since we rarely change this behavior and don't really need to run it on every PR.
…esubmit" This reverts commit 8cbd0ea.
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.
This looks good. Add the bringup
key to .ci.yaml as suggested so we don't break the tree again, then we'll merge!
Correction: I meant remove |
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.
Ah you already did this, and they passed.
https://ci.chromium.org/p/flutter/builders/try/Mac_arm64_ios%20ios_app_with_extensions_test/1
https://ci.chromium.org/p/flutter/builders/try/Mac_ios%20ios_app_with_extensions_test/1
LGTM!
Add an additional check for watch companion by checking build settings of different schemes.
Fixes #92294.
Re-land of #113956.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.