aboutsummaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
deleted file mode 100644
index 1a0971b..0000000
--- a/.zuul.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
----
-- job:
- name: build-images-x86_64
- parent: tmt-test
- vars:
- tmt_url: "https://pagure.io/{{ zuul.project.name }}"
- tmt_ref: "{{ zuul.ref }}"
- distro: fedora-rawhide
- compose: Fedora-latest
- tf_arch: x86_64
-
-- job:
- name: build-images-aarch64
- parent: tmt-test
- vars:
- tmt_url: "https://pagure.io/{{ zuul.project.name }}"
- tmt_ref: "{{ zuul.ref }}"
- distro: fedora-rawhide
- compose: Fedora-latest
- tf_arch: aarch64
-
-- project:
- check:
- jobs:
- - build-images-x86_64
- - build-images-aarch64