Skip to content
Graham Whaley edited this page May 10, 2019 · 3 revisions

What is this ?

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.

This check failed. What should I do to fix it ?

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.

I'm pretty sure the check should have passed. Where can I get more information ?

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.

This looks like a transient failure. How can I ask the tests to run again ?

You can re-run the kata-github-wip job by adding or removing any label, or modifying your PR.

I'm completely lost! Who can I ask for help ?

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.