From 8d860bfe2c04a4c34ba7d32461fd24a7566b12bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= <ahf@torproject.org> Date: Sun, 27 Oct 2024 22:43:55 +0100 Subject: [PATCH] Add noble and oracular to the Debian CI. --- debian/.debian-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/.debian-ci.yml b/debian/.debian-ci.yml index 81f9830698..d6313d8351 100644 --- a/debian/.debian-ci.yml +++ b/debian/.debian-ci.yml @@ -213,14 +213,14 @@ default: SPECIAL: [ 'bpo12' ] - OS: ubuntu - SUITE: [ 'xenial', 'bionic' ] + SUITE: [ 'xenial', 'bionic', 'noble', 'oracular' ] DOCKER_ARCH: amd64 RUNNER_TAG: amd64 HOSTING_PROVIDER_TAG: tpa PHYSICAL_TAG: tpa # we don't care about physical IMAGE_EXTENSION: [ '' ] - OS: ubuntu - SUITE: [ 'xenial', 'bionic' ] + SUITE: [ 'xenial', 'bionic', 'noble', 'oracular' ] DOCKER_ARCH: i386 RUNNER_TAG: amd64 HOSTING_PROVIDER_TAG: tpa @@ -228,7 +228,7 @@ default: IMAGE_EXTENSION: [ '' ] SPECIAL: [ '' ] - OS: ubuntu - SUITE: [ 'focal', 'jammy', 'lunar', 'mantic' ] + SUITE: [ 'focal', 'jammy', 'lunar', 'mantic', 'noble', 'oracular' ] DOCKER_ARCH: 'amd64' RUNNER_TAG: amd64 HOSTING_PROVIDER_TAG: tpa @@ -236,7 +236,7 @@ default: IMAGE_EXTENSION: [ '' ] SPECIAL: [ '' ] - OS: ubuntu - SUITE: [ 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic' ] + SUITE: [ 'xenial', 'bionic', 'focal', 'jammy', 'lunar', 'mantic', 'noble', 'oracular' ] DOCKER_ARCH: 'arm64v8' RUNNER_TAG: 'aarch64' HOSTING_PROVIDER_TAG: osuosl -- GitLab