-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wall of status #25
Comments
Sorry, could you please clarify how this relates / used in Sparky? |
It's a UI only thing. I want to monitor the build statuses of a github organization, bitbucket project or list of modules as a whole. Therefore I want a page where all these build status appears "compact". I don't really care about building the information "does the same config/code builds on multiple platforms" ? (what I said above for buildbot) |
so in other word you want a page with build statuses per ORG/Project ? (GH orgs, BB projects). Like:
And on
How would you decide if a build ( without platform knowledge ) is succeeds, If say for one platform it fails and for other it succeeds ? |
Yes exactly ! But it could be also all modules from a module namespace (e.g. all GETOPT::* modules) For the platforms, I'm very concerned about it, I just wanted to highlight that this is not this particular "portability" use case that I want to see here. |
I have an idea for this (and for some other issues), I need to take time to develop, but I think I have a solution :) |
A new page to list all status for a bitbucket project, github org, module namespace etc...
I do this kind of thing, it's a bit hacky and dirty but it is working for a user point of view.
Here is my homemade thing :
buildbot has a page that looks like this, but he mixing workers with status (matrix commit/worker).
The text was updated successfully, but these errors were encountered: