-
Notifications
You must be signed in to change notification settings - Fork 330
Remove product-matrix.json and related code #8726
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
base: main
Are you sure you want to change the base?
Conversation
pq
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.
Awesome!
| .toList(); | ||
| } | ||
|
|
||
| bool isTravisFileValid() { |
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.
Since this isn't really about travis anymore, consider changing to something like isPresubmitFileValid?
| } | ||
|
|
||
| bool isTravisFileValid() { | ||
| var travisPath = p.join(rootPath, '.github/workflows/presubmit.yaml'); |
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.
Rename to presubmitPath?
|
|
||
| bool isTravisFileValid() { | ||
| var travisPath = p.join(rootPath, '.github/workflows/presubmit.yaml'); | ||
| var travisFile = File(travisPath); |
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.
And presubmitFile?
This deletes the
product-matrix.jsonfile and places that use it. I checked thatbin/plugin generatestill works (though we probably don't need this either) to make sure the plugin tool still compiles.Related to #8723