16 lines
290 B
YAML
16 lines
290 B
YAML
|
---
|
||
|
- job:
|
||
|
name: build-images
|
||
|
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
|