Revert main to recommended ref to keep downstream jobs working as expected

Created on 21 February 2024, 10 months ago
Updated 6 March 2024, 10 months ago

Problem/Motivation

The gitlab_templates project can run tests against multiple downstream projects when an MR is made to ensure that it works on those projects. This feature is really useful to test changes before merging.

For that to happen, the following lines need to stay that way in the .gitlab-ci.yml file:

  - project: $_GITLAB_TEMPLATES_REPO
    ref: $_GITLAB_TEMPLATES_REF

This project has ref: main, to get the latest changes as they are merged, but that means that we can no longer test downstream pipelines (thanks to @jonathan1055 for realizing this!).

Proposed resolution

Either change it back to the recommended settings or just inform that the project will stay on main, which is totally fine, so that we can select another project as a downstream candidate.

I will create the MR for the first option, but feel free to not merge and close the issue if you want to stay in the "main" ref.

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇪🇸Spain fjgarlin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024