Skip to content

Commit

Permalink
Ubuntu 24 image (#25) (#3229)
Browse files Browse the repository at this point in the history
* Update ubuntu 24

* Add ubuntu 24 to nat clouds

* Add arm64 ubuntu 24

* Update all ubuntu images

* Skip arm64 in nat clouds

* Fix syntax issues
  • Loading branch information
maddieford authored Sep 23, 2024
1 parent 9921aa8 commit 31adf25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests_e2e/test_suites/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ image-sets:
- "azure-linux_3_arm64"
- "rhel_90_arm64"
- "ubuntu_2204_arm64"
- "ubuntu_2404_arm64"

# As of today agent only support and enabled resource governance feature on following distros
cgroups-endorsed:
Expand Down Expand Up @@ -67,6 +68,7 @@ image-sets:
- "ubuntu_2204_arm64"
- "ubuntu_2404"
- "ubuntu_2404_minimal"
- "ubuntu_2404_arm64"

#
# An image can be specified by a string giving its urn, as in
Expand Down Expand Up @@ -205,9 +207,9 @@ images:
AzureChinaCloud: []
AzureUSGovernment: []
ubuntu_2204_minimal: "Canonical 0001-com-ubuntu-minimal-jammy minimal-22_04-lts-gen2 latest"
ubuntu_2404:
# TODO: Currently using the daily build, update to the release build once it is available
urn: "Canonical 0001-com-ubuntu-server-noble-daily 24_04-daily-lts-gen2 latest"
ubuntu_2404: "Canonical ubuntu-24_04-lts server latest"
ubuntu_2404_arm64:
urn: "Canonical ubuntu-24_04-lts server-arm64 latest"
locations:
AzureChinaCloud: []
AzureUSGovernment: []
Expand Down

0 comments on commit 31adf25

Please sign in to comment.