···6565 extends:
6666 - .monado.variables.{{distro.name}}:{{image.codename}}
6767 - .fdo.container-build@{{distro.name}} # from ci-templates
6868+ only:
6969+ changes:
7070+ - .gitlab-ci/**/*
6871 variables:
6972 {# The packages list is actually a mapping, not an array, but the same syntax works. #}
7073 {# Needed to be a mapping so it could be "merged" #}
···8689 extends:
8790 - .monado.variables.{{distro.name}}:{{image.codename}}
8891 - .fdo.{{ "suffixed" if "repo_suffix" in image else "distribution" }}-image@{{distro.name}} # from ci-templates
8989- needs:
9090- - {{distro.name}}:{{image.codename}}:container_prep
91929293{% endfor -%} {%- endfor %}
9394···240241 - {{ base_job_to_use_image_containing("reprepro") }}
241242 - .monado.packaging.conditions
242243 needs:
243243- - {{ base_job_to_use_image_containing("reprepro") | replace(".monado.image.", "") | trim + ":container_prep" }}
244244{% for distro in distributions -%} {%- for image in distro.images if "deb_version_suffix" in image %}
245245 - {{packaging_job_name(distro, image)}}
246246{% endfor -%} {%- endfor %}