-
Notifications
You must be signed in to change notification settings - Fork 21
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
HPCINFRA-2897: Add ol9.4 support in CI #271
base: vNext
Are you sure you want to change the base?
Conversation
49c14fe
to
fbfc4ff
Compare
43c3f6e
to
d7ae1f7
Compare
1aa5d94
to
a35d6ca
Compare
4368a16
to
eddf38a
Compare
bot:retest |
@@ -58,6 +58,10 @@ function map_os_and_arch { | |||
|
|||
rhel|ol) | |||
OS="${ID}${VERSION_ID}" | |||
if [[ "$VERSION_ID" =~ "9.4" ]]; then |
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.
can you add comment that explain why we need special version here and that it should be changed in the future.
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.
Added the explanation in comment
b29b6e6
to
86b6b89
Compare
We've been requested to add support for OL9.4 on aarch64 in CI Issue: HPCINFRA-2897 Signed-off-by: Viacheslav Login <[email protected]>
Issue: HPCINFRA-2897 Signed-off-by: Viacheslav Login <[email protected]>
86b6b89
to
393063d
Compare
Description
Add new OS support to CI
What
Oracle Linux 9.4
Why ?
As per requests: HPCINFRA-2897, #4063495
Change type
What kind of change does this PR introduce?
Check list