Skip to content

Commit

Permalink
Bump RHEL9 to 9.3.x in ostests
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed May 31, 2024
1 parent fe68043 commit a39dc0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/ostests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ terraform apply
* `oracle_9_1`: Oracle Linux Server 9.1
* `rhel_7`: Red Hat Enterprise Linux Server 7.9 (Maipo)
* `rhel_8`: Red Hat Enterprise Linux 8.6 (Ootpa)
* `rhel_9`: Red Hat Enterprise Linux 9.0 (Plow)
* `rhel_9`: Red Hat Enterprise Linux 9.3 (Plow)
* `rocky_8`: Rocky Linux 8.7 (Green Obsidian)
* `rocky_9`: Rocky Linux 9.2 (Blue Onyx)
* `ubuntu_2004`: Ubuntu 20.04 LTS
Expand Down
4 changes: 2 additions & 2 deletions hack/ostests/modules/os/os_rhel_9.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ data "aws_ami" "rhel_9" {
count = var.os == "rhel_9" ? 1 : 0

owners = ["309956199498"]
name_regex = "^RHEL-9\\.0\\.0_HVM-\\d+-x86_64-"
name_regex = "^RHEL-9\\.3\\.\\d+_HVM-\\d+-x86_64-"
most_recent = true

filter {
name = "name"
values = ["RHEL-9.0.0_HVM-*-x86_64-*"]
values = ["RHEL-9.3.*_HVM-*-x86_64-*"]
}

filter {
Expand Down

0 comments on commit a39dc0e

Please sign in to comment.