Skip to content

Ensure that all builds are executed on tagged runners

Tomasz Maczukin requested to merge improvement/tag-builds-with-docker into master

What does this MR do?

Makes sure that all builds are executed on tagged runners.

Why was this MR needed?

While working on integration tests (#1829) we'll need to add runners that will be used only for integration tests. This MR updates the .gitlab-ci.yml file and explicitly describes which builds should be executed on which runners, to avoid problems after adding new runners.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Merge request reports