From 6a9c5f513f8e991f803bce7c0c5058af695d2ea7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 20:56:07 +0100 Subject: [PATCH] CI: rename "test-*" jobs to "package-*" These all use dpkg-buildpackage. Signed-off-by: Ian Jackson --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e78cd7..6dc4600 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ cargo-audit: paths: - cache/* -test-rust-upstream: +package-rust-upstream: stage: test image: "rust:bookworm" script: @@ -81,7 +81,7 @@ test-rust-upstream: # version transition. # If multiple such transitions are occurring at once, both unstable # and testing might be broken, halfway through our response. -test-debian-trixie: +package-debian-trixie: stage: test image: "debian:trixie-slim" allow_failure: true @@ -93,7 +93,7 @@ test-debian-trixie: # This test is marked allow-fail because Debian development breaks # things on a regular basis. See also, above. -test-debian-unstable: +package-debian-unstable: stage: test image: "debian:unstable-slim" allow_failure: true -- 2.30.2