Skip to content

Commit

Permalink
Add rocky 9.4 to KMT platforms (#31880)
Browse files Browse the repository at this point in the history
  • Loading branch information
usamasaqib authored Dec 9, 2024
1 parent d9a4c78 commit 4f9e172
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/new-e2e/system-probe/config/platforms.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,14 @@
"alt_version_names": [
"oracular"
]
},
"rocky_9.4": {
"os_name": "Rocky Linux",
"os_id": "rocky",
"kernel": "5.14.0-503.15.1.el9_5",
"os_version": "9.4",
"image": "rocky-9.4-x86_64.qcow2.xz",
"image_version": "20241209_f6a14db0"
}
},
"arm64": {
Expand Down Expand Up @@ -486,6 +494,14 @@
"alt_version_names": [
"oracular"
]
},
"rocky_9.4": {
"os_name": "Rocky Linux",
"os_id": "rocky",
"kernel": "5.14.0-503.15.1.el9_5",
"os_version": "9.4",
"image": "rocky-9.4-arm64.qcow2.xz",
"image_version": "20241209_f6a14db0"
}
}
}

0 comments on commit 4f9e172

Please sign in to comment.