gitlab-ci: rearrange Linux jobs to match GitHub's order
Rearrange the order of Linux jobs that we have defined in GitLab CI so that it matches the order on GitHub's side. This makes it easier to compare whether the list of jobs actually matches on both sides. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Patrick Steinhardt committed
Jun 4, 2026 at 12:07 UTC
9708b3dc95a22116c4a058b107b063da4bcf7d4a
1 file changed
+8
-7
.gitlab-ci.yml
+8
-7
index 83ec786c5a..c4eec6e765 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,15 +42,15 @@ test:linux:
- jobname: linux-reftable
image: ubuntu:rolling
CC: clang
+ - jobname: linux-TEST-vars
+ image: ubuntu:20.04
+ CC: gcc
+ CC_PACKAGE: gcc-8
- jobname: linux-breaking-changes
image: ubuntu:20.04
CC: gcc
- jobname: fedora-breaking-changes-meson
image: fedora:latest
- - jobname: linux-TEST-vars
- image: ubuntu:20.04
- CC: gcc
- CC_PACKAGE: gcc-8
- jobname: linux-leaks
image: ubuntu:rolling
CC: gcc
@@ -60,13 +60,14 @@ test:linux:
- jobname: linux-asan-ubsan
image: ubuntu:rolling
CC: clang
+ - jobname: linux-meson
+ image: ubuntu:rolling
+ CC: gcc
- jobname: linux-musl-meson
image: alpine:latest
+ # Supported until 2025-04-02.
- jobname: linux32
image: i386/ubuntu:20.04
- - jobname: linux-meson
- image: ubuntu:rolling
- CC: gcc
artifacts:
paths:
- t/failed-test-artifacts