-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Add user guide for exclude feature #2055
Conversation
related PR: #2053 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor additions suggested, otherwise looks good, thanks @renfeiw !
doc/userGuide.md
Outdated
@@ -309,3 +309,72 @@ openjdk-tests/test-results/openjdk/report | |||
``` | |||
|
|||
The JTREG report HTML summary file is then located at `openjdk-tests/test-results/openjdk/report/html/index.html` | |||
|
|||
## Disable test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change heading to
Disable a test target
doc/userGuide.md
Outdated
## Disable test | ||
|
||
#### Automatically exclude a test target | ||
In the issue that describes the test failure, add a comment with the following format: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to
Instead of having to manually create a PR to disable test targets, they can now be automatically disabled via Github workflow (see autoTestPR.yml). In the issue that describes the test failure, add a comment with the following format:
doc/userGuide.md
Outdated
|
||
```auto exclude test jdk_test_1``` | ||
|
||
After the comment is left, there will be a auto PR created with the exclude change in the playlist.xml. The PR will be linked to issue. If the testName can not be found in the repo, no PR will be created and there will be a comment left in the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... a comment left in the issue linking to the failed workflow run for more details.
c2160ad
to
57231c2
Compare
Signed-off-by: renfeiw <renfeiw@ca.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
Signed-off-by: renfeiw renfeiw@ca.ibm.com