aboutsummaryrefslogtreecommitdiff
path: root/.zuul.yaml.j2
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-08-03 21:15:01 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-08-03 21:15:14 +0700
commita776fe5f94c6b673498addecf2e8835de286d424 (patch)
tree6175b4ac7161bb8f8a7a34a4998a5ad575f01efc /.zuul.yaml.j2
parent6ecf2b2f21e4063df705ac7e8b385a2a50c1f89f (diff)
downloadkiwi-descriptions-a776fe5f94c6b673498addecf2e8835de286d424.tar.gz
kiwi-descriptions-a776fe5f94c6b673498addecf2e8835de286d424.zip
feat: kiwi descriptions adaptation for surface pro 12"
Diffstat (limited to '.zuul.yaml.j2')
-rw-r--r--.zuul.yaml.j226
1 files changed, 0 insertions, 26 deletions
diff --git a/.zuul.yaml.j2 b/.zuul.yaml.j2
deleted file mode 100644
index 3e7b118..0000000
--- a/.zuul.yaml.j2
+++ /dev/null
@@ -1,26 +0,0 @@
----
-{% set arches = arches.split() -%}
-{% set plans = plans.split() -%}
-{% for arch in arches -%}
- {% for plan in plans %}
-- job:
- name: build-images-{{ arch }}{{ plan | replace("/tmt/plans", "") }}
- parent: tmt-test
- vars:
- tmt_url: "https://pagure.io/{{ '{{' }} zuul.project.name {{ '}}' }}"
- tmt_ref: "{{ '{{' }} zuul.ref {{ '}}' }}"
- tmt_plan: "{{ plan }}"
- distro: fedora-rawhide
- compose: Fedora-latest
- tf_arch: {{ arch }}
- {%- endfor %}
-{%- endfor %}
-
-- project:
- check:
- jobs:
-{% for arch in arches -%}
- {% for plan in plans %}
- - build-images-{{ arch }}{{ plan | replace("/tmt/plans", "") }}
- {%- endfor %}
-{%- endfor %}