Skip to content

Commit

Permalink
heavyvm: install drgn 0.0.30
Browse files Browse the repository at this point in the history
Orabug: 37413889
Signed-off-by: Stephen Brennan <[email protected]>
  • Loading branch information
brenns10 committed Dec 19, 2024
1 parent 682f62e commit b80f287
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testing/heavyvm/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def ks_name(self) -> str:
7,
"x86_64",
"https://yum.oracle.com/ISOS/OracleLinux/OL9/u5/x86_64/OracleLinux-R9-U5-x86_64-boot-uek.iso", # noqa
["drgn-0.0.29-1.0.1.el9.x86_64.rpm"],
["drgn-0.0.30-1.0.1.el9.x86_64.rpm"],
),
# OL8: UEK 6-7
ImageInfo(
Expand All @@ -50,15 +50,15 @@ def ks_name(self) -> str:
7,
"x86_64",
"https://yum.oracle.com/ISOS/OracleLinux/OL8/u10/x86_64/OracleLinux-R8-U10-x86_64-boot-uek.iso", # noqa
["drgn-0.0.29-1.0.1.el8.x86_64.rpm"],
["drgn-0.0.30-1.0.1.el8.x86_64.rpm"],
),
ImageInfo(
8,
10,
6,
"x86_64",
"https://yum.oracle.com/ISOS/OracleLinux/OL8/u10/x86_64/OracleLinux-R8-U10-x86_64-boot-uek.iso", # noqa
["drgn-0.0.29-1.0.1.el8.x86_64.rpm"],
["drgn-0.0.30-1.0.1.el8.x86_64.rpm"],
),
# OL7: UEK 4-6
ImageInfo(
Expand All @@ -67,23 +67,23 @@ def ks_name(self) -> str:
6,
"x86_64",
"https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso", # noqa
["drgn-0.0.29-1.0.1.el7.x86_64.rpm"],
["drgn-0.0.30-1.0.1.el7.x86_64.rpm"],
),
ImageInfo(
7,
9,
5,
"x86_64",
"https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso", # noqa
["drgn-0.0.29-1.0.1.el7.x86_64.rpm"],
["drgn-0.0.30-1.0.1.el7.x86_64.rpm"],
),
ImageInfo(
7,
9,
4,
"x86_64",
"https://yum.oracle.com/ISOS/OracleLinux/OL7/u9/x86_64/x86_64-boot-uek.iso", # noqa
["drgn-0.0.29-1.0.1.el7.x86_64.rpm"],
["drgn-0.0.30-1.0.1.el7.x86_64.rpm"],
),
]
NAME_TO_CONFIGURATION = {i.name: i for i in CONFIGURATIONS}

0 comments on commit b80f287

Please sign in to comment.