-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add TMT plans for all our notable use cases
Signed-off-by: Jiri Jaburek <[email protected]>
- Loading branch information
Showing
11 changed files
with
114 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ duration: 2h | |
tag: | ||
- NoProductization | ||
- NoStabilization | ||
- broken | ||
|
||
/anssi_bp28_high: | ||
environment+: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
summary: Regular daily "productization" testing | ||
discover: | ||
how: fmf | ||
filter: | ||
- tag:-needs-param | ||
- tag:-always-fails | ||
- tag:-broken | ||
test: | ||
# every remediation method, but only the basic reference environment | ||
# without GUI, UEFI or other versions | ||
- /hardening/oscap/[^/]+$ | ||
- /hardening/anaconda/[^/]+$ | ||
- /hardening/ansible/[^/]+$ | ||
- /hardening/image-builder/[^/]+$ | ||
# run host-os as well - not because it would be very useful compared to | ||
# the above, but because we use it for CaC/content TestingFarm and want to | ||
# detect impact of waivers on RHEL early after an upstream-related change | ||
- /hardening/host-os | ||
# run /per-rule as oscap only - this almost halves the runtime (for now) | ||
- /per-rule/[^/]+/oscap$ | ||
# the rest is cheap to run | ||
- /scanning | ||
- /static-checks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
summary: Default plan (simple for now) | ||
summary: Default plan discovering all tests for ad-hoc use | ||
discover: | ||
how: fmf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
summary: Testing builds added to errata | ||
discover: | ||
how: fmf | ||
filter: | ||
- tag:-needs-param | ||
- tag:-always-fails | ||
- tag:-broken | ||
test: | ||
# just some basic smoke testing that should never fail | ||
- /scanning/oscap-eval | ||
- /static-checks | ||
exclude: | ||
# often fails on temporary retrieval issues | ||
- /static-checks/html-links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
errata.fmf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
/: | ||
inherit: false | ||
|
||
discover: | ||
how: fmf | ||
|
||
execute: | ||
how: tmt | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
summary: Pre-release "stabilization" testing | ||
discover: | ||
how: fmf | ||
# all tests are included by default, except these | ||
filter: | ||
- tag:-needs-param | ||
- tag:-broken |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
summary: Regular weekly "productization" testing | ||
discover: | ||
how: fmf | ||
# all tests are included by default, except these | ||
filter: | ||
- tag:-needs-param | ||
- tag:-always-fails | ||
- tag:-broken |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters