Down for Maintenance from December 09, 2025 Tuesday 9:30pm PST to December 10, 2025 Wednesday 3:30am PST (i.e., 05:30am -11:30am GMT, December 10, 2025 Wednesday)
- Loading...
git-pr test requests that one or more continuous integration (CI) systems picks up and tests a pull request. If the CI system supports multiple jobs, then a particular job can be specified with the --job flag. The flag --approve can be used to approve a pending test request.
$ git pr test -h
usage: git-pr test [options] [<ID>]
-u, --username NAME Username on host
-r, --remote NAME Name of remote, defaults to 'origin'
-j, --job NAME Name of a job
--approve Approve a test request
--verbose Turn on verbose output
--debug Turn on debugging output
--version Print the version of this tool
-h, --help Show this help text
Request that a CI system picks up and test a pull request with id 756:
$ git pr test 756
None.
See GitPrTest.java.