-
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
9 changed files
with
69 additions
and
4 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 |
---|---|---|
@@ -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,5 @@ | ||
summary: Testing builds added to errata | ||
discover: | ||
how: fmf | ||
test: | ||
- /scanning/oscap-eval |
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: Testing during OSCI Gating | ||
discover: | ||
how: fmf | ||
test: | ||
- /scanning/oscap-eval | ||
- /static-checks/ansible/allowed-modules | ||
- /static-checks/fetch-remote-resources | ||
- /static-checks/rpmbuild-ctest |
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,12 @@ | ||
summary: Regular "productization" testing | ||
discover: | ||
how: fmf | ||
filter: | ||
- tag:-adhoc | ||
- tag:-broken | ||
exclude: | ||
# these intentionally fail on any difference, to show up for manual review | ||
# during stabilization | ||
- /static-checks/diff | ||
environment: | ||
CONTEST_CONTENT_BRANCH: master |
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: Pre-release "stabilization" testing | ||
discover: | ||
how: fmf | ||
filter: | ||
- tag:-adhoc | ||
- tag:-broken | ||
environment: | ||
CONTEST_CONTENT_BRANCH: master |