Skip to content

Fix the rules for testing single dockerfiles

Marcel Amirault requested to merge test-dockerfile-changes into main

What does this MR do and why?

Axil noticed in !3791 (comment 1364219454) that the test:image:docs-single job didn't run in his MR. Turns out we had tagged the wrong rules to that job (and the lunrjs equivalent).

I tested it in the pipeline for this commit (6776e2a8), which updated the pipeline config and touched all the dockerfiles. You can see the two test:image:docs-single and test:image:docs-single-lunrjs jobs in the pipeline.

I then pulled the dockerfile changes, and kept the pipeline fix.

Screenshots, screen recordings, or links to review app

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Configure a local GitLab Docs environment: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/setup.md.

Merge request acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel Amirault

Merge request reports