Skip to content

Commit

Permalink
Add Alma Linux 9 to universal NRP tests (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertschaedler3 authored Dec 6, 2024
1 parent 5228d4c commit 96e7a2c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/universalnrp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
]
TARGETS: |
[
{ "os": "almalinux", "version": "9" },
{ "os": "centos", "version": "8" },
{ "os": "debian", "version": "10" },
{ "os": "debian", "version": "11" },
Expand All @@ -64,8 +65,6 @@ jobs:
{ "os": "ubuntu", "version": "20.04" },
{ "os": "ubuntu", "version": "22.04" }
]
# { "os": "almalinux", "version": "9" },
# { "os": "amazonlinux", "version": "2" },
# { "os": "centos", "version": "7" },
# { "os": "oraclelinux", "version": "7" },
Expand Down
23 changes: 23 additions & 0 deletions devops/e2e/cloudtest/almalinux-9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// Base image: almalinux/almalinux-x86_64/9-gen2/latest
{
"artifacts": [
{
"name": "linux-bash-command",
"parameters": {
"command": "sudo yum install -y yum-utils && yum-config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-insiders-fast-prod/config.repo && yum-config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-prod/config.repo"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "sudo yum install -y glibc* libicu wget which omi"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-1.rh.x86_64.rpm -O powershell.rpm && rpm -fi powershell.rpm --nodeps"
}
}
]
}

0 comments on commit 96e7a2c

Please sign in to comment.