Skip to content

Commit aa2b503

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
[unit tests] Support RHEL9 and Rocky9: fix missing changes
Signed-off-by: Hanwen <[email protected]>
1 parent 295f44c commit aa2b503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbooks/aws-parallelcluster-platform/spec/unit/resources/gdrcopy_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ def self.configure(chef_run)
212212
'centos7' => 'el7',
213213
'rhel8' => 'el8',
214214
'rocky8' => 'el8',
215+
'rhel9' => 'el9',
216+
'rocky9' => 'el9',
215217
'ubuntu20.04' => 'Ubuntu20_04',
216218
'ubuntu22.04' => 'Ubuntu22_04',
217219
}

0 commit comments

Comments
 (0)