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:
Ben Boeckel
2021-11-19 20:29:13 -05:00
parent 3c2fedfeaf
commit c0d8e42a08
3 changed files with 166 additions and 146 deletions

View File

@@ -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