From 469a90c255e810547bb3588f6074318dc09075e1 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Wed, 16 Mar 2022 16:07:23 +0100 Subject: [PATCH] spread.yaml: stop testing on Ubuntu 21.04 With the imminent release of Ubuntu 22.04 and 21.04 being out-of-support window, we should start removing older releases from the test matrix. The extra CPU time spent on this is not bringing any important alignment with what's available in Oniro at this time. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 3 --- spread.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49156de..1edc3ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -180,9 +180,6 @@ spread-qemu: CACHE_COMPRESSION_LEVEL: "fastest" parallel: matrix: - - VERSION_CODENAME: [hirsute] - ID: [ubuntu] - ID_VERSION: ["21.04"] - VERSION_CODENAME: [impish] ID: [ubuntu] ID_VERSION: ["21.10"] diff --git a/spread.yaml b/spread.yaml index 36cb418..30dd2de 100644 --- a/spread.yaml +++ b/spread.yaml @@ -10,9 +10,6 @@ backends: qemu: memory: 1G systems: - - ubuntu-21.04-64: - username: ubuntu - password: ubuntu - ubuntu-21.10-64: username: ubuntu password: ubuntu -- GitLab