aboutsummaryrefslogtreecommitdiff
path: root/.zuul.yaml.j2
diff options
from:
to:
context:
space:
mode:
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 %}