-
Notifications
You must be signed in to change notification settings - Fork 254
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
🌱 Reduce GH fixture test GINKGO_NODES to 1 #1543
🌱 Reduce GH fixture test GINKGO_NODES to 1 #1543
Conversation
e4019f2
to
15b94c0
Compare
15b94c0
to
8793429
Compare
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.
LGTM, but
/cc @lentzi90
/retitle 🌱 Reduce GH fixture test GINKGO_NODES to 1 |
8793429
to
b4b5b2b
Compare
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.
Let's try to figure out if/why this is an issue first. The tests should not be heavy when running with BMO in test mode. Perhaps the test mode is just not handling concurrency well?
Edit: If we just trigger the test many times on this PR and it is stable, I'm also happy to merge it just to get more stable CI, but I would still want to figure out the "why" 🙂
Signed-off-by: Huy Mai <[email protected]>
b4b5b2b
to
c6f5312
Compare
This might actually be bug in BMO as found by @lentzi90 . Let's investigate that a bit more, and this might not be needed. |
Yup, I can put it here also so it is more obvious what we are discussing. |
/test-centos-e2e-integration-main |
/unhold Let's merge this as a quick fix for CI, then work on the bugs afterwards |
/test metal3-bmo-e2e-test-pull |
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.
/lgtm
/unhold
/cc @kashifest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We're facing many failures in GH-action-based E2E fixture tests. This is likely due to the github VM is too small and cannot handle two gingko threads.