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

HPCINFRA-2897: Add ol9.4 support in CI #271

Draft
wants to merge 2 commits into
base: vNext
Choose a base branch
from

Conversation

vialogi
Copy link
Contributor

@vialogi vialogi commented Dec 7, 2024

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?

  • Bugfix
  • Feature
  • Code style update
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

Check list

  • Code follows the style de facto guidelines of this project
  • Comments have been inserted in hard to understand places
  • Documentation has been updated (if necessary)
  • Test has been added (if possible)

@vialogi vialogi changed the base branch from master to vNext December 7, 2024 08:30
@vialogi vialogi closed this Dec 7, 2024
@vialogi vialogi force-pushed the HPCINFRA-2897_ol9.4_support branch from 49c14fe to fbfc4ff Compare December 7, 2024 08:31
@vialogi vialogi reopened this Dec 7, 2024
@vialogi vialogi force-pushed the HPCINFRA-2897_ol9.4_support branch 4 times, most recently from 43c3f6e to d7ae1f7 Compare December 8, 2024 19:12
@vialogi vialogi requested a review from dpressle December 9, 2024 09:02
@vialogi vialogi force-pushed the HPCINFRA-2897_ol9.4_support branch 4 times, most recently from 1aa5d94 to a35d6ca Compare December 10, 2024 15:29
@vialogi vialogi force-pushed the HPCINFRA-2897_ol9.4_support branch 2 times, most recently from 4368a16 to eddf38a Compare December 18, 2024 16:51
@vialogi
Copy link
Contributor Author

vialogi commented Dec 22, 2024

bot:retest

@@ -58,6 +58,10 @@ function map_os_and_arch {

rhel|ol)
OS="${ID}${VERSION_ID}"
if [[ "$VERSION_ID" =~ "9.4" ]]; then
Copy link
Collaborator

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.

Copy link
Contributor Author

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

@vialogi vialogi force-pushed the HPCINFRA-2897_ol9.4_support branch from b29b6e6 to 86b6b89 Compare December 23, 2024 12:30
We've been requested to add support for OL9.4 on aarch64 in CI

Issue: HPCINFRA-2897
Signed-off-by: Viacheslav Login <[email protected]>
@vialogi vialogi force-pushed the HPCINFRA-2897_ol9.4_support branch from 86b6b89 to 393063d Compare January 5, 2025 07:39
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

Successfully merging this pull request may close these issues.

2 participants