From 0b90b3f7f244af17af0ab42ea1c7a77ad4b80c57 Mon Sep 17 00:00:00 2001 From: Elbakyan Shirak Date: Tue, 21 May 2024 13:29:10 +0400 Subject: [PATCH] Add OCI tests for Ubuntu24.04 noble (#244) --- .github/workflows/ci-oci-install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-oci-install.yml b/.github/workflows/ci-oci-install.yml index 0c08c3678e..d671fd1653 100644 --- a/.github/workflows/ci-oci-install.yml +++ b/.github/workflows/ci-oci-install.yml @@ -37,6 +37,10 @@ on: type: boolean description: 'Ubuntu 22.04' default: true + ubuntu2404: + type: boolean + description: 'Ubuntu 24.04' + default: true fedora39: type: boolean description: 'Fedora 39' @@ -60,6 +64,7 @@ jobs: {"execute": '${{ github.event.inputs.debian12 || true }}', "name": "Debian12", "os": "debian12", "distr": "generic"}, {"execute": '${{ github.event.inputs.ubuntu2004 || true }}', "name": "Ubuntu20.04", "os": "ubuntu2004", "distr": "generic"}, {"execute": '${{ github.event.inputs.ubuntu2204 || true }}', "name": "Ubuntu22.04", "os": "ubuntu2204", "distr": "generic"}, + {"execute": '${{ github.event.inputs.ubuntu2204 || true }}', "name": "Ubuntu24.04", "os": "ubuntu-24.04", "distr": "bento"}, {"execute": '${{ github.event.inputs.fedora39 || true }}', "name": "Fedora39", "os": "39-cloud-base", "distr": "fedora"} ] }' | jq -c '{include: [.include[] | select(.execute == true)]}')