summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-11-20 01:29:13 (GMT)
committerBrad King <brad.king@kitware.com>2021-11-23 15:11:25 (GMT)
commit7d5828e2933182e4bcd03fd32ad5cc4403b93694 (patch)
treeab6e90392140b4dd30b407c4eb7b6a11993e9133 /.gitlab/os-linux.yml
parentcfa478e518049b6297ac874b1cf147d857e6ba7b (diff)
downloadCMake-7d5828e2933182e4bcd03fd32ad5cc4403b93694.zip
CMake-7d5828e2933182e4bcd03fd32ad5cc4403b93694.tar.gz
CMake-7d5828e2933182e4bcd03fd32ad5cc4403b93694.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/os-linux.yml')
-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