-
Notifications
You must be signed in to change notification settings - Fork 60
Home
Nicole Thomas edited this page Feb 21, 2018
·
3 revisions
Welcome to the salt-jenkins wiki!
There are several testing jobs that run on any pull request submitted to Salt. There are several commands that will execute various test runs. These commands should be submitted as a single comment. Once submitted, the comment command will trigger a new test run on the pull request as defined by the command.
This functionality is useful when a testing job run fails for an unknown reason and needs to run again without running all jobs. For example, the pylint job sometimes fails without sending test results to the pull request, but everything else is passing. Instead of running all jobs again, the pylint job can run again alone.
-
re-run lint
: Runs the lint job -
re-run docs
: Runs the docs job -
re-run centos
: Runs all enabled CentOS jobs -
re-run ubuntu
: Runs all enabled Ubuntu jobs -
re-run py
: Runs all enabled Python jobs -
re-run py2
: Runs all enabled Python 2 jobs -
re-run py3
: Runs all enabled Python 3 jobs -
re-run all
: Runs all testing jobs