From: Ian Jackson Date: Thu, 15 Jun 2023 19:56:07 +0000 (+0100) Subject: CI: rename "test-*" jobs to "package-*" X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=6a9c5f513f8e991f803bce7c0c5058af695d2ea7;p=hippotat.git CI: rename "test-*" jobs to "package-*" These all use dpkg-buildpackage. Signed-off-by: Ian Jackson --- 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