Skip to content

feature(ci-tags): add option to configure runner tags in GitLab CI

Ju M requested to merge template/feature/add-gitlab-jobs-tags into master

What does this MR do?

Context

Most of GitLab instances use their own runners for CI/CD jobs. To pick a runner, the tags keyword allow to determine which one should run the job (see https://docs.gitlab.com/ee/ci/yaml/#tags).

Goals

Add an option to the cookiecutter template to allow set the jobs tags.

Related issues

Closes #12 (closed)

Related to #


Checklists

Author's checklist

  • I've read the contribution guidelines and affirm:
    • my branch has been created from master
    • if the code is not completely achieved, I apply the Draft/WIP prefix
    • the DOD is satisfied specially tests
  • assign myself (the MR creator will automatically be assigned)
  • the box Delete source branch when merge request is accepted. is checked

Reviewer's checklist

  • assign yourself as Reviewer and remember that others developers can comment too
Edited by Ju M

Merge request reports