-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Remove flutter_gallery_mac__start_up as target in .ci.yaml #111117
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
Remove flutter_gallery_mac__start_up as target in .ci.yaml #111117
Conversation
…hat it has been removed as a target
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.
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.
Actually, @keyonghan is there still the issue we need to remove the test from the .ci.yaml, let it roll, and then it's safe to delete the test file?
Yeah, we are still having that issue as the ci roller is still in use. As said, we need to remove the target first, and then the files. Otherwise it will cause a short time of tree red if the target is scheduled before the roller lands. |
11cd90c
to
e565739
Compare
@keyonghan alright, I dropped the commit that removed the file. I'll follow up in another PR to delete that file. |
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
Opening an issue to track the deletion of the file and mark this as fully completed. |
This PR removes
flutter_gallery_mac__start_up
and all references to it. Since we have other tests/benchmarks that can launch an Android app from a mac host, we can just delete flutter_gallery_mac__start_up. This will eliminate the confusion once flutter_gallery_macos__start_up is landed as a perf test for macOS.Fixes #111115
Pre-launch Checklist
///
).