Skip to content
Graham Whaley edited this page Mar 19, 2019 · 1 revision

What is this ?

The PR (Pull Request) runs the Kata CI tests on the PR to check the proposed changes have not broken anything.

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

The best course of action is to locate and check the relevant build logs and determine what failed.

The relevant builds can be found on the Zuul Builds site. Identify which build relates to your PR, and click on the corresponding Result column entry. 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 dco-license job by writing /zuul-recheck in a comment on the affected 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.