mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user