-
Notifications
You must be signed in to change notification settings - Fork 859
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
ucx: disable version 1.8 #8511
ucx: disable version 1.8 #8511
Conversation
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.
Thanks! Just one minor autoconf output style issue.
Is only UCX 1.8.x bad? Or is it all versions <v1.9.0?
The IBM CI (GNU/Scale) build failed! Please review the log, linked below. Gist: https://gist.github.com/58ec73a78b2cb1901c47d01c3ce44aac |
We checked, only v1.8.x is affected. |
The IBM CI (PGI) build failed! Please review the log, linked below. Gist: https://gist.github.com/4d3afc96ffc0d0692c94a5362db78d1d |
The IBM CI (XL) build failed! Please review the log, linked below. Gist: https://gist.github.com/06e904307fd76f5d7bdf693dbe5e9b25 |
Looks like all those CI's are failing because they're using UCX 1.8. 😆 |
d9eb28e
to
ee90f1f
Compare
This is how it looks with e2231e6 and
No
|
ee90f1f
to
e2231e6
Compare
@jsquyres your comments were applied, do we want to wait until CI is fixed? |
Signed-off-by: Yossi Itigin <yosefe@mellanox.com>
9210b4e
to
b49cbf4
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.
I took the liberty of squashing both commits down into a single commit.
@yosefe You might want to update your .gitconfig for your new email address for future commits. 😄
@yosefe Can you PR this to v4.0.x and v4.1.x? Thanks! |
Fix #8321
@jsquyres