4acc3a114b
This allows us to have pull requests tested before we review changes to merge.
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
|