THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Note that the deprecated build-branch has the same name as the current build-branch. (They can be distinguished by the URL.)
Tips
- When viewing the results of a CI run at a URL like https://github.com/apache/ozone/runs/<run-ID>?check_suite_focus=true, where
run-ID
is some number generated by GitHub, the logs for that run can be downloaded from the corresponding URL https://github.com/apache/ozone/runs/<run-ID>. They will appear under theArtifacts
pulldown in the top right corner, and usually expire after one day. - When a build of the Ozone master branch fails, its artifacts are stored here.
- To trigger rerunning the tests, push a commit like this to your PR:
git commit --allow-empty -m 'trigger new CI check'
- This wiki contains tips on running tests locally.
- This wiki contains tips on special handling of the CI system, such as "Executing one test multiple times", or "ssh'ing in to the CI machine while the tests are running".