blob: 1a0971ba92f3b789e91409bd9579471d40c39b2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
---
- 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
|