Page History
...
| No Format |
|---|
$ git remote add review ssh://review/fs/lustre-release |
...
Automatically Build and
...
Test
When the patch has been pushed to the Gerrit review repository, it will print a URL for that change set that should be added to the bug for this change in Jira for tracking. The patch
All patches submitted to Gerrit will be automatically built on the supported CPU architectures and Linux distributions built automatically by Jenkins (formerly Hudson) , and then tested on one of the systems in the Whamcloud test clusterwith a number of configurations. Currently for the master branch this includes RHEL6 i686/x86_64 client/server, RHEL5 i686/x86_64 client/server, Ubuntu 10.04 x86_64 client, and SLES11 SP1 x86_64 client. The success/failure of these builds will be posted to the change in Gerrit.
After a successful build on all of the configurations, one of the configurations will be regression tested automatically, and a link to the test results in Maloo will be posted to Gerrit. It is also possible to post test results to Maloo from manual testing.
Requesting inspections
In order to actually get a patch landed, you need to request at least two inspections in Gerrit for the patch. This is done by visiting the Gerrit web page for the change (at the URL returned when the commit was pushed, or it can be found from the main page after logging in). Enter the email address for the inspectors and click the Add Reviewer button.
...