-
Notifications
You must be signed in to change notification settings - Fork 63
feat: move to marking test branches #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 75 commits
b362382
3c6a875
ccb63af
da0c898
94a82ec
c0c82dd
5feb447
19b9c56
e22ac1a
56ab9c5
5a17f03
ef5fe65
1875a44
840d442
c0d4436
ba7971a
fd73a94
bde0493
d3cd799
710befa
a662364
579c283
927cbb0
99e242e
5b83bab
4b5b007
b8e5dee
0039df0
17938d6
44a3120
a418727
d291c32
b6650d8
8b9f838
d53a04c
db89111
773d81a
01be6e9
71df8d5
8896bd7
0eeb162
38e8a69
875f597
c90abf6
4a26346
8302ed1
ff1b155
a04a3c4
d1cb99b
87faa7b
dc8490d
5856788
a865aa8
e8be67d
e8c8b38
667cb70
a122d95
defca5d
d8879ae
a0477ca
0b37eb7
79b9288
3b9d6a1
a91c002
ba7a2a4
7fd9c92
96c2146
dcdfc7a
beaa1e5
3c35249
d40269a
1abe771
cf41578
bffc362
d7a7a5d
ddb7ccd
00218c2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,6 +7,14 @@ markers = | |
| polarion: Store polarion test ID | ||
| jira: Store jira bug ID | ||
|
|
||
| # Distributions and supported downstream markers | ||
| upstream: Mark tests as ones suitable to run only upstream. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How would we handle when a feature behavior changes between releases and when test step changes between releases?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. how about adding the option to add an indicator like
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would add duplicate tests and the repository can potentially get messy and hard to maintain. I don't like this idea. |
||
| odh: Mark tests as ones suitable to run in ODH deployment (AKA `midstream`. | ||
rnetser marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| rhoai_2_16: Mark tests supported in RHOAI 2.16 (AKA `downstream`). | ||
| rhoai_2_17: Mark tests supported in RHOAI 2.16 (AKA `downstream`). | ||
| rhoai_2_18: Mark tests supported in RHOAI 2.16 (AKA `downstream`). | ||
| rhoai_2_19: Mark tests supported in RHOAI 2.19 (AKA `downstream`). | ||
|
|
||
| # CI | ||
| smoke: Mark tests as smoke tests; covers core functionality of the product. Aims to ensure that the build is stable enough for further testing. | ||
| sanity: Mark tests as sanity tests. Aims to verify that specific functionality is working as expected. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.