Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d3dfc1c2d | ||
|
|
9bffed2467 | ||
|
|
62d97ae710 | ||
|
|
f967d79b89 |
||
|
|
0fe0ab2661 |
||
|
|
9ace5f3abf | ||
|
|
6951984367 | ||
|
|
acc3cfac98 | ||
|
|
a4936ea695 | ||
|
|
6375a6dafc | ||
|
|
7b5310b8b8 | ||
|
|
64881b5e80 | ||
|
|
8cf01a1ff3 | ||
|
|
510226d846 | ||
|
|
15a7619b7f | ||
|
|
d66743bb9a | ||
|
|
b235f1eb49 |
2 changed files with 43 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -1,3 +1,11 @@
|
||||||
# standard-test-roles
|
# standard-test-roles
|
||||||
|
|
||||||
The standard-test-roles package
|
The standard-test-roles package
|
||||||
|
|
||||||
|
# Stream name explanation
|
||||||
|
|
||||||
|
This module stream has name `3.0`. This branch could even include STR version
|
||||||
|
`4.7` if it's still fully compatible with version `3.0`. But if `4.8` brings
|
||||||
|
breaking changes, we must create a new stream for that. Users can choose a
|
||||||
|
stream to have some form of stability or they can follow whatever the default
|
||||||
|
is to keep their current experience.
|
||||||
|
|
|
||||||
34
standard-test-roles.yaml
Normal file
34
standard-test-roles.yaml
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: Standard Test Interface Ansible roles
|
||||||
|
description: >-
|
||||||
|
Shared Ansible roles to support the Standard Test Interface as described at https://fedoraproject.org/wiki/Changes/InvokingTestsAnsible.
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- standard-test-roles
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
standard-test-roles:
|
||||||
|
rationale: Package in api
|
||||||
|
ref: 3.0
|
||||||
|
buildorder: 10
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
description: A standard installation.
|
||||||
|
rpms:
|
||||||
|
- standard-test-roles
|
||||||
|
provisioner-qemu: # <- Name of the profile
|
||||||
|
description: A standalone provisioner for qemu
|
||||||
|
rpms:
|
||||||
|
- standard-test-roles-inventory-qemu
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue