Branch: refs/heads/staging-10.2
Home: https://github.com/qemu/qemu
Commit: a0f7c676d065e750ebd545072c5fc8ec107de7c2
https://github.com/qemu/qemu/commit/a0f7c676d065e750ebd545072c5fc8ec107de7c2
Author: Daniel P. Berrangé <[email protected]>
Date: 2026-01-19 (Mon, 19 Jan 2026)
Changed paths:
M .gitlab-ci.d/container-template.yml
Log Message:
-----------
gitlab: preserve base rules for container template
When extending the container template to allow scheduled piplines in
upstream context, we must ensure that all the existing rules defined
by .base_job_template are preserved.
Fortunately since the new rule for scheduled pipelines can come at
the head of all other rules, not in the middle, we can just the obscure
'!reference' syntax to pull in all the pre-existing rules as a single
block.
This fixes
* stable branches using the wrong tag name in container images
* pushes to forks unconditionally running container builds
Fixes: 8bec7b9874235e60f14172618121c60fdbd39302
Signed-off-by: Daniel P. Berrangé <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/qemu/qemu/settings/notifications