Compare commits

...
Sign in to create a new pull request.

17 commits

Author SHA1 Message Date
Fedora Release Engineering
9d3dfc1c2d Branching f33 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-20 06:22:56 +00:00
Fedora Release Engineering
9bffed2467 Branching f32 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-02-14 20:12:06 +00:00
Fedora Release Engineering
62d97ae710 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-02-06 18:31:15 +00:00
Andrei Stepanov
f967d79b89
Pick up STR 4.4
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-10-09 12:14:09 +00:00
Andrei Stepanov
0fe0ab2661
Pick up STR 4.3
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-08-15 11:12:47 +00:00
Fedora Release Engineering
9ace5f3abf Branching f31 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-08-13 20:06:57 +00:00
Fedora Release Engineering
6951984367 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-08-12 15:08:59 +00:00
Andrei Stepanov
acc3cfac98 Pick up STR 4.2
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-07-16 15:44:00 +00:00
Andrei Stepanov
a4936ea695 Rebuild
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-06-21 15:11:15 +00:00
Andrei Stepanov
6375a6dafc Pick up STR 4.1
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-05-28 11:32:20 +00:00
Andrei Stepanov
7b5310b8b8 Pick up STR 4.0
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-05-15 11:29:49 +00:00
Andrei Stepanov
64881b5e80 Pick up STR 3.2
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-03-19 16:12:55 +00:00
Fedora Release Engineering
8cf01a1ff3 Branching f30 from rawhide, second attempt after platform:f31 enablement
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-04 18:14:36 +00:00
Fedora Release Engineering
510226d846 Branching f30 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-03-01 19:24:07 +00:00
Andrei Stepanov
15a7619b7f Pick up STR 3.1
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-02-14 14:44:51 +00:00
Andrei Stepanov
d66743bb9a Adding initial .yaml recept
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-01-14 14:26:48 +00:00
Andrei Stepanov
b235f1eb49 Update README.md, with stream name explanation.
Signed-off-by: Andrei Stepanov <astepano@redhat.com>
2019-01-14 11:27:12 +00:00
2 changed files with 43 additions and 1 deletions

View file

@ -1,3 +1,11 @@
# 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
View 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