-
Notifications
You must be signed in to change notification settings - Fork 15
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
Gatekeeper misses failures in matrix jobs #27
Comments
HI @allanlewis - thanks for the report! We at Upsider do not use too much of matrix jobs, and this sounds like an oversight indeed. We will review this a bit more closely to see if we can fix this 👍 |
We use matrix jobs extensively where I work (see Test Render jobs in screenshot), and in a super simple test case I am not able to repro this issue. I'm going to test it further in other more complex scenarios to be sure. As an aside: Thank you very much for making this action open source! It is extremely useful! |
Perhaps this was fixed in v1.0.2? Based on the date I raised this, I was probably using v1.0.1. Maybe #28? |
That could be! I'll continue testing this out on my pipelines and provide a report if I see the issue. |
My team is considering using |
Thanks all for providing insights! 🥰 I just did a quick test on my side, and it seems that the matrix job handling is working correctly given the recent updates. I have created a test PR in a separate repository, where you can see the matrix jobs are listed out correctly. We will make updates to our documentation and add some example test cases to make it clear in this repository as well. |
Is this now closed, based on the most recent comments? I'll try out v1.2.0... |
@allanlewis Yes, this should be sorted with the latest release (probably fixed from v1.1.1) 👍 |
Hi, CI Workflow
Merge Gatekeeper is running with a check interval of 5 seconds and using @v1. I assume this should ensure that it is using latest. Job A and merge gatekeeper where triggered. Job A calculated the matrix but the Matrix was not yet started and therefore did not exist in GitHub at all. Merge gatekeeper passed because it only saw job A which was successful. A second later GitHub builds up the matrix based on the output of job A. This happens occasionally and I will increase our check interval to mitigate. Possible Solution: |
I have a matrix job that tests a component in two configurations. When one fails, Merge Gatekeeper passes - the logs don't show my matrix jobs in the list reported for each status.
My matrix job is a Python library and is configured something like this:
The text was updated successfully, but these errors were encountered: