Skip to content

Commit 08bd658

Browse files
[integ-tests] Use lastest RHEL/Rocky8 AMIs in integration tests
1 parent cecf4d8 commit 08bd658

File tree

1 file changed

+2
-2
lines changed
  • tests/integration-tests/tests/common

1 file changed

+2
-2
lines changed

tests/integration-tests/tests/common/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
# FIXME: unpin once Lustre client is available for RHEL8.9
5353
# FIXME: when fixed upstream, unpin the timestamp introduced because the `kernel-devel` package was missing for
5454
# the kernel released in 20231127 RHEL 8.8 AMI
55-
"rhel8": {"name": "RHEL-8.8*_HVM-202309*", "owners": RHEL_OWNERS},
56-
"rocky8": {"name": "Rocky-8-EC2-Base-8.8*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
55+
"rhel8": {"name": "RHEL-8.10*", "owners": RHEL_OWNERS},
56+
"rocky8": {"name": "Rocky-8-EC2-Base-8.10*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
5757
"rhel8.9": {"name": "RHEL-8.9*_HVM-*", "owners": RHEL_OWNERS},
5858
"rocky8.9": {"name": "Rocky-8-EC2-Base-8.9*", "owners": ["792107900819"]}, # TODO add china and govcloud accounts
5959
"rhel9": {"name": "RHEL-9.*_HVM*", "owners": RHEL_OWNERS},

0 commit comments

Comments
 (0)