forked from rpms/osbuild-composer
ef20d629e8
This commit also copies gating from RHEL 8. The integration test is currently disabled because there's not much to test on RHEL 9 yet. Also, the patch is removed, this was probably forgotten in Fedora dist-git. Related: rhbz#1972427
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
required_packages:
|
|
- osbuild-composer-tests
|
|
tests:
|
|
- integration:
|
|
dir: scripts
|
|
run: ./run_tests.sh {{ tenv_workdir }}
|