chiark / gitweb /
CI: rename "test-*" jobs to "package-*"
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 19:56:07 +0000 (20:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 19:56:07 +0000 (20:56 +0100)
These all use dpkg-buildpackage.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml

index 8e78cd72ce6679ce62911d041dff40671effb0de..6dc4600ea99d5aa9dafcdd25f8042b534d7f1fde 100644 (file)
@@ -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