Skip to content

Commit

Permalink
Adding ubuntu 24.04 to testgrid and debugging containerd (#5343)
Browse files Browse the repository at this point in the history
* containerd debugging

* remove ebtables-legacy

* install containerd on ubuntu 24.04

* ensure always-fail tests do not run on new OSes

* f

* additional dependency packages for ubuntu 24.04

* another removed ebtables-legacy

* only relevant tests this run

* remove containerd changes
  • Loading branch information
laverya authored Aug 22, 2024
1 parent 8d3b3d7 commit 4bfbe96
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/containerd/1.6.33/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function containerd_install() {

function containerd_host_init() {
require_centos8_containerd
require_amazon2023_containerd
require_os_containerd
containerd_install_libzstd_if_missing
}

Expand Down
2 changes: 1 addition & 1 deletion addons/containerd/template/base/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function containerd_install() {

function containerd_host_init() {
require_centos8_containerd
require_amazon2023_containerd
require_os_containerd
containerd_install_libzstd_if_missing
}

Expand Down
5 changes: 5 additions & 0 deletions testgrid/specs/os-firstlast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@
version: "22.04"
vmimageuri: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
preinit: ""
- id: ubuntu-2404
name: Ubuntu
version: "24.04"
vmimageuri: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
preinit: "apt-get install -y containerd socat ebtables conntrack"
- id: amazon-2023
name: Amazon Linux
version: "2023"
Expand Down
5 changes: 5 additions & 0 deletions testgrid/specs/os-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
version: "22.04"
vmimageuri: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
preinit: ""
- id: ubuntu-2404
name: Ubuntu
version: "24.04"
vmimageuri: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
preinit: "apt-get install -y containerd socat ebtables conntrack"
- id: amazon-2023
name: Amazon Linux
version: "2023"
Expand Down
5 changes: 5 additions & 0 deletions testgrid/specs/os-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
version: "22.04"
vmimageuri: https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
preinit: ""
- id: ubuntu-2404
name: Ubuntu
version: "24.04"
vmimageuri: https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img
preinit: "apt-get install -y containerd socat ebtables conntrack"
- id: amazon-2023
name: Amazon Linux
version: "2023"
Expand Down

0 comments on commit 4bfbe96

Please sign in to comment.