-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Update outdated runners in the integration_tests #91127
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
cecb3b7
to
e7c264e
Compare
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
test-exempt: refactor with no semantic change (applying new boilerplate) |
@blasten Should I be checking in the lockfiles themselves after running |
e7c264e
to
0fe02a5
Compare
That's right. apologies for the conflicts. |
Oh, no worries, I was waiting until #90642 landed anyhow, so now I'll merge and try to land. |
9ca23f6
to
1ad1d6b
Compare
64e6f50
to
98e0ac6
Compare
@@ -34,8 +34,6 @@ rootProject.buildDir = '../build' | |||
|
|||
subprojects { | |||
project.buildDir = "${rootProject.buildDir}/${project.name}" | |||
} |
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.
I just realized that https://github.com/flutter/flutter/pull/91030/files forgot to update generate_gradle_lockfiles.dart
Having this separation was intentional #91018
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.
OK, @blasten, so should I update the script to include the separation, or is there more to it than that?
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.
nm: looks like you already updated it.
98e0ac6
to
1d63dd0
Compare
1d63dd0
to
11ecea7
Compare
Closing so @blasten can take over landing this. |
Is there a new PR replacing this one? (Asking on behalf of future archeologists following links from |
No, it appears that this was never actually landed. |
@gspencergoog As this PR was closed and a different PR wasn't created/landed, is there an issue that would be better to point to in the |
No, there was never an issue filed for this. I'll make one. |
Here's the filed issue. Haven't updated the comment in test.dart yet. |
If you'd like, I can update the comment while I'm in the area. |
Sure, that would be great. |
Alright, the comment should be updated when #113784 is merged. |
Description
This PR updates the platform runners in the integration_tests subdir.
I've attempted to replace the entire group with new code as if the project were recreated with
flutter create
so that they don't become a Frankenstein of minor changes to make it work again, but just plain old generated code that can be replaced and updated in place.Tests
Related Issues
--fatal-warnings
to the tool #91325