mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 00:40:27 +01:00
Remove build: prefix from jobs to make labels more visible in pipeline page
The length if the displayed jobs is limited on the gitlab CI pipeline page
and is occupied partly be the prefix.
Cherry-picked from dbus/dbus/!192
(cherry picked from commit d2bab84329)
This commit is contained in:
parent
c6e9f3e1d2
commit
25aeef60f8
1 changed files with 11 additions and 11 deletions
|
|
@ -47,7 +47,7 @@ variables:
|
|||
ci_distro: "debian"
|
||||
ci_suite: "buster"
|
||||
|
||||
build:production:
|
||||
production:
|
||||
stage: build
|
||||
image: "debian:buster-slim"
|
||||
variables:
|
||||
|
|
@ -56,14 +56,14 @@ build:production:
|
|||
- chown -R user .
|
||||
- runuser -u user ./tools/ci-build.sh
|
||||
|
||||
build:debug:
|
||||
debug:
|
||||
stage: build
|
||||
image: "debian:buster-slim"
|
||||
variables:
|
||||
ci_variant: "debug"
|
||||
script: *script
|
||||
|
||||
build:reduced:
|
||||
reduced:
|
||||
stage: build
|
||||
when: manual
|
||||
image: "debian:buster-slim"
|
||||
|
|
@ -71,7 +71,7 @@ build:reduced:
|
|||
ci_variant: "reduced"
|
||||
script: *script
|
||||
|
||||
build:legacy:
|
||||
legacy:
|
||||
stage: build
|
||||
when: manual
|
||||
image: "debian:buster-slim"
|
||||
|
|
@ -79,14 +79,14 @@ build:legacy:
|
|||
ci_variant: "legacy"
|
||||
script: *script
|
||||
|
||||
build:cmake:
|
||||
cmake:
|
||||
stage: build
|
||||
image: "debian:buster-slim"
|
||||
variables:
|
||||
ci_buildsys: "cmake-dist"
|
||||
script: *script
|
||||
|
||||
build:i686-w64-mingw32-debug:
|
||||
i686-w64-mingw32-debug:
|
||||
stage: build
|
||||
image: "debian:buster-slim"
|
||||
variables:
|
||||
|
|
@ -94,7 +94,7 @@ build:i686-w64-mingw32-debug:
|
|||
ci_variant: "debug"
|
||||
script: *script
|
||||
|
||||
build:i686-w64-mingw32-cmake:
|
||||
i686-w64-mingw32-cmake:
|
||||
stage: build
|
||||
when: manual
|
||||
image: "debian:buster-slim"
|
||||
|
|
@ -103,14 +103,14 @@ build:i686-w64-mingw32-cmake:
|
|||
ci_host: "i686-w64-mingw32"
|
||||
script: *script
|
||||
|
||||
build:x86_64-w64-mingw32:
|
||||
x86_64-w64-mingw32:
|
||||
stage: build
|
||||
image: "debian:buster-slim"
|
||||
variables:
|
||||
ci_host: "i686-w64-mingw32"
|
||||
script: *script
|
||||
|
||||
build:x86_64-w64-mingw32-cmake-debug:
|
||||
x86_64-w64-mingw32-cmake-debug:
|
||||
stage: build
|
||||
when: manual
|
||||
image: "debian:buster-slim"
|
||||
|
|
@ -120,7 +120,7 @@ build:x86_64-w64-mingw32-cmake-debug:
|
|||
ci_variant: "debug"
|
||||
script: *script
|
||||
|
||||
build:stretch:
|
||||
stretch:
|
||||
when: manual
|
||||
stage: build
|
||||
image: "debian:stretch-slim"
|
||||
|
|
@ -128,7 +128,7 @@ build:stretch:
|
|||
ci_suite: "stretch"
|
||||
script: *script
|
||||
|
||||
build:xenial:
|
||||
xenial:
|
||||
when: manual
|
||||
stage: build
|
||||
image: "ubuntu:xenial"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue