Skip to content
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

Combine matrix runs to make compact badge #6

Open
djay opened this issue Nov 17, 2021 · 4 comments
Open

Combine matrix runs to make compact badge #6

djay opened this issue Nov 17, 2021 · 4 comments

Comments

@djay
Copy link

djay commented Nov 17, 2021

In the following case I want to just show the result of runs just one matrix variable (or maybe combinations?)
The fix in #2 seems to hint this is possible but I suspect this is really a different request that what the ?only= was supposed to achieve

The following doesn't work

https://github-actions.40ants.com/collective/collective.collectionfilter/matrix.svg?only=ci.build.PLONE-VERSION

@svetlyak40wt
Copy link
Member

By the way, which picture do you want to get when using only=ci.build.PLONE-VERSION?

@djay
Copy link
Author

djay commented Nov 19, 2021

I want to get [Plone-Version: 5.0, 5.1, 5.2]
ie it would have to combine the different other matrix options other than the one I'm interested in and come up with a final combined result for the one I'm interested in. So could be ignore=Layer&ignore=python-version, or could be only=PLONE-VERSION?

@svetlyak40wt
Copy link
Member

But here you can have a multiple configurations under a single Plone version. For example, for Plone-version 5.2 you have 4 Python badges. How to combine them into a single badge?

@djay
Copy link
Author

djay commented Nov 21, 2021

@svetlyak40wt thats why I created a new ticket since its not the same usecase as #2 . It would have to combine all the runs that include Plone-version=5.0 and if all pass then its green and if one fails its red.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants