diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2021-11-20 01:29:13 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-11-23 15:11:25 (GMT) |
commit | 7d5828e2933182e4bcd03fd32ad5cc4403b93694 (patch) | |
tree | ab6e90392140b4dd30b407c4eb7b6a11993e9133 /.gitlab/os-linux.yml | |
parent | cfa478e518049b6297ac874b1cf147d857e6ba7b (diff) | |
download | CMake-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.yml | 8 |
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 |