-
Notifications
You must be signed in to change notification settings - Fork 71
The WIP check
The Work-In-Progress check (WIP check in short) tests that the PR does not contain any label or keyword in the title intended to prevent premature merging of the PR.
If the PR is indeed ready to merge, you should remove any do-not-merge
, wip
or rfc
label. You should also remove any mention of WIP
or RFC
in the PR title.
You can find the raw logs of the test run by visiting https://zuul.opendev.org/. Look for the last kata-github-wip
job that corresponds to your pull request, and click on the corresponding Results
. That will let you access the job logs.
The ara-report
directory in the logs gives you access to a more user-friendly view of the logs, making it easier to find which playbook in the job run actually failed.
You can re-run the kata-github-wip job by adding or removing any label, or modifying your PR.
You can ask @gwhaley or @ttx on the #kata-dev Slack channel or on your PR. See the communication section of the website for more details.