10 lines
288 B
YAML
10 lines
288 B
YAML
# Tests to run in CI for PRs into this repository (testing tests).
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/openscap.git"
|
|
dest: "openscap"
|
|
fmf_filter: "tier: 1, 2"
|