USHIFT-2463: Add keyword to skip RF test if bug is open#3291
USHIFT-2463: Add keyword to skip RF test if bug is open#3291agullon wants to merge 5 commits intoopenshift:mainfrom
Conversation
|
@agullon: This pull request references USHIFT-2463 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: agullon The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@agullon: This pull request references USHIFT-2463 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Need a follow-up on this change as discussed on the Architecture meeting. |
|
@agullon: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Closed in favor of #3343 |
Closes Jira USHIFT-2463
This change leverages the
manage_ticket.pyscript to create a Keyword that will skip a RF test if an error encountered while exercising the RF test is not resolved.How to use this functionality:
Team Skip Test If Bug Is Open ${TICKET_ID}in a RF test, exampleJIRA_API_TOKENas env variable with the Jira token. You can generate a new one from here.If
JIRA_API_TOKENenv variable does not exist, RF test won't be skipped.