Remove flutter_gallery_mac__start_up as target in .ci.yaml#111117
Remove flutter_gallery_mac__start_up as target in .ci.yaml#111117auto-submit[bot] merged 2 commits intoflutter:masterfrom
Conversation
…hat it has been removed as a target
jmagman
left a comment
There was a problem hiding this comment.
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. |
|
Opening an issue to track the deletion of the file and mark this as fully completed. |
This PR removes
flutter_gallery_mac__start_upand 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
///).