Skip to content

Commit 5aea4ff

Browse files
pks-tgitster
authored andcommitted
gitlab-ci: remove the "linux-old" job
The "linux-old" job was historically testing against the oldest supported LTS release of Ubuntu. But with c85bcb5 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b133d30 commit 5aea4ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ test:linux:
3636
fi
3737
parallel:
3838
matrix:
39-
- jobname: linux-old
40-
image: ubuntu:20.04
41-
CC: gcc
4239
- jobname: linux-sha256
4340
image: ubuntu:latest
4441
CC: clang

0 commit comments

Comments
 (0)