Message ID | 20250103-b4-pks-ci-fixes-v1-6-a9bb95dff833@pks.im (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | A couple of CI improvements | expand |
Patrick Steinhardt <ps@pks.im> writes: > The "linux-old" job was historically testing against the oldest > supported LTS release of Ubuntu. But with c85bcb5de1 (gitlab-ci: switch > from Ubuntu 16.04 to 20.04, 2024-10-31) it has been converted to test > against Ubuntu 20.04, which already gets exercised in a couple of other > CI jobs. It's thus not adding any significant test coverage. > > Drop the job. Dropping and reducing is always welcomed ;-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9254e01583306e67dc12b6b9e0015183e1108655..00bc727865031620752771af4a9030c7de1b73df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,9 +36,6 @@ test:linux: fi parallel: matrix: - - jobname: linux-old - image: ubuntu:20.04 - CC: gcc - jobname: linux-sha256 image: ubuntu:latest CC: clang
The "linux-old" job was historically testing against the oldest supported LTS release of Ubuntu. But with c85bcb5de1 (gitlab-ci: switch from Ubuntu 16.04 to 20.04, 2024-10-31) it has been converted to test against Ubuntu 20.04, which already gets exercised in a couple of other CI jobs. It's thus not adding any significant test coverage. Drop the job. Signed-off-by: Patrick Steinhardt <ps@pks.im> --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-)