-
Notifications
You must be signed in to change notification settings - Fork 6
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
different ports shown on same page #26
Comments
At least one problem is here:
This assumes that a builder name is portname_platform and that portname does not contain underscores. The first assumption isn't correct for my installation because I changed the format of the builder names, and the second assumption isn't correct for ports like py-tensorflow_estimator whose names do contain underscores. Can it access properties of the build? We set the |
You're right. I had assumed some weird naming conventions.
I'm not sure whether that could be done efficiently in the frontend (I'll check and let you know), but we could assign a tag which would basically be the portname. I think we are already doing that: https://github.com/macports-gsoc/macports-buildbot/blob/master/master.cfg#L135 |
Yes there is a tag for the port name but there are also other tags ( |
We can assign tags in a particular order (in the buildmaster) such that the first tag (in the list of tags) is always the portname. Then it would be possible to differentiate. |
If it preserves the order, then sure. |
Builds for py-tensorflow and py-tensorflow_estimator are displayed on the same page.
http://ec2-3-17-139-39.us-east-2.compute.amazonaws.com/#/ports?id=py-tensorflow
The text was updated successfully, but these errors were encountered: