Skip to content

gitlab-ci: allow coverage template to disable debug builds again

The .coverage template is supposed to disable debug builds. This was implemented via test_debug=False before [1].

As .9-common now sets debug_architectures to the complete set, this needs to be reverted in the .coverage template as well [2].

To actually make that effective, reorder the templates slightly so that the .coverage template always comes after .9-common. This was already the case for c9s_automotive_baseline_coverage, but not yet for c9s_baseline_coverage_build and rhel9_baseline_coverage_build.

JIRA: INTERNAL
Upstream Status: RHEL-only

Fixes cki-project/pipeline-definition#236 (closed)

[1] cki-project/pipeline-definition#225 (closed)
[2] cki-project/pipeline-definition!1970 (merged)

Signed-off-by: Michael Hofmann mhofmann@redhat.com

Edited by Michael Hofmann

Merge request reports