-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Move validation logic for .ci.yaml to flutter/flutter.
#161249
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
| @@ -0,0 +1,161 @@ | |||
| // Copyright 2014 The Flutter Authors. All rights reserved. | |||
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.
What causes this test to run? Do we glob everything under dev/bots/test?
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.
Hmm I'm not sure, I was going to spelunk through the logs but maybe @christopherfujino knows off hand.
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.
| import './common.dart'; | ||
|
|
||
| void main() { | ||
| final String flutterRoot = () { |
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.
Maybe just do $(which flutter)/../..?
|
Will wait for an LGTM from @christopherfujino before moving forward. |
oops yeah, was taking a look at this and got distracted. una momento... |
christopherfujino
left a comment
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
) Closes flutter/flutter#160915. This exact logic was moved to flutter/flutter in flutter/flutter#161249.
…61249) Towards flutter#160915 (future cleanup: remove the validation from `flutter/cocoon`). This PR effectively duplicates the logic in flutter/cocoon#4137, in `flutter/flutter`. /cc @jtmcdole
Towards #160915 (future cleanup: remove the validation from
flutter/cocoon).This PR effectively duplicates the logic in flutter/cocoon#4137, in
flutter/flutter./cc @jtmcdole