d955a1450b
Add ci.fmf too.
12 lines
278 B
YAML
12 lines
278 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/bind.git"
|
|
dest: "bind-tests"
|
|
fmf_filter: "tier: 1"
|