Skip to content

Introduce base jobs for CNG jobs

David Dieulivol requested to merge ddieulivol-make_cng_jobs_base_jobs into master

What does this MR do and why?

Follow-up of !121536 (merged).

Introduce base jobs for CNG jobs.

Instead of inheriting from a base job, we are using the extends CI/CD keyword to create the children jobs (composition over inheritance).

This will make the children jobs easier to override (I discovered this problem while working on !114109 (merged))

MR 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 David Dieulivol

Merge request reports

Loading