summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-11-20 01:29:13 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2021-11-22 17:58:25 (GMT)
commitc0d8e42a0858ab649d3cdeb2bee7253cf5efdf9b (patch)
treee36f14f0750c4f6a5b9d40e4ae4425da15e15946 /.gitlab
parent3c2fedfeafb5782ca1360e5be3a5f4d8692bd35c (diff)
downloadCMake-c0d8e42a0858ab649d3cdeb2bee7253cf5efdf9b.zip
CMake-c0d8e42a0858ab649d3cdeb2bee7253cf5efdf9b.tar.gz
CMake-c0d8e42a0858ab649d3cdeb2bee7253cf5efdf9b.tar.bz2
gitlab-ci: shorten job prefixes
This helps to maximize the amount of information visible in the GitLab web interface. Also document their meaning in the developer documentation and in the CI configuration file directly. See: https://gitlab.com/gitlab-org/gitlab/-/issues/8496
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/os-linux.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index ff23ac9..c831530 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -32,15 +32,15 @@
.needs_centos6_x86_64:
dependencies:
- - build:centos6-x86_64
+ - b:centos6-x86_64
needs:
- - build:centos6-x86_64
+ - b:centos6-x86_64
.needs_centos7_aarch64:
dependencies:
- - build:centos7-aarch64
+ - b:centos7-aarch64
needs:
- - build:centos7-aarch64
+ - b:centos7-aarch64
### Debian