]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use a common naming pattern for all jobs
authorMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 13:28:47 +0000 (14:28 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 14:26:49 +0000 (15:26 +0100)
commit8c72ed35bcb54be511d33cd8590d888ab33dfeea
tree57724e21da49396458f4d05520268cbd3b075a00
parentbba30accad5be1ae87e632778427fdc37233eedb
Use a common naming pattern for all jobs

Make sure all jobs are named using the following pattern:

    [<job-type>:]<build-type>:<system>:<architecture>

where specifying <job-type> is optional for "precheck" and "build" jobs.

This should make it easier to quickly recognize:

  - what kind of actions are performed by each job,
  - which BIND build flavor is used by each job,
  - which operating system image is used by each job.

(cherry picked from commit 1fe432c6c385fc36ff4aa49b692b98ba043b413e)
.gitlab-ci.yml