Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 the Artifacts 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".