Use an up-to-date manifest from the upstream osbuild CI test data and also specify an output directory, so that osbuild is actually attempting to produce an image.
20 lines
390 B
YAML
20 lines
390 B
YAML
---
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-source
|
|
tags:
|
|
- always
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- osbuild
|
|
tests:
|
|
- smoke:
|
|
dir: smoke
|
|
run: osbuild --help
|
|
- image:
|
|
dir: .
|
|
run: osbuild source/test/data/manifests/fedora-boot.json --output-directory=/var/tmp/osbuild
|