USHIFT-2463: Add keyword to skip RF test if bug is open
Closes Jira USHIFT-2463
This change leverages the manage_ticket.py script 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:
- Set
Team Skip Test If Bug Is Open ${TICKET_ID}in a RF test, example - Export
JIRA_API_TOKENas env variable with the Jira token. You can generate a new one from here.
If JIRA_API_TOKEN env variable does not exist, RF test won't be skipped.
@agullon: This pull request references USHIFT-2463 which is a valid jira issue.
In response to this:
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:
- Set
Team Skip Test If Bug Is Open ${TICKET_ID}in a RF test, example- Export
JIRA_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.
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 Once this PR has been reviewed and has the lgtm label, please assign zshi-redhat for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@agullon: This pull request references USHIFT-2463 which is a valid jira issue.
In response to this:
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:
- Set
Team Skip Test If Bug Is Open ${TICKET_ID}in a RF test, example- Export
JIRA_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.
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. /hold
@agullon: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/verify | 793490852483a07aed558a9a94454ebdb91f7fc6 | link | true | /test verify |
Full PR test history. Your PR dashboard.
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 kubernetes/test-infra repository. I understand the commands that are listed here.
Closed in favor of https://github.com/openshift/microshift/pull/3343