From: Ken Dreyer Date: Tue, 11 Nov 2014 18:43:10 +0000 (-0700) Subject: doc: add steps for testing changes X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ad30e908c5985f68ef124082d51de0427a9c9181;p=ceph-build.git doc: add steps for testing changes --- diff --git a/README.rst b/README.rst index 6fa672bd..1c48cb84 100644 --- a/README.rst +++ b/README.rst @@ -116,3 +116,11 @@ versions and combinations:: Because we made ``foo/setup/pre`` a directory, we now define the actual ``pre`` script (if needed) inside the ``pre`` directory with ``pre`` as the name. + +testing changes +--------------- +When adding new YAML files or testing changes, it's a good idea to do a +sanity-check before merging the changes to master. + +You can install the Jenkins Job Builder package locally (`pip install +jenkins-job-builder`) and then run `jenkins-jobs test my_configuration.yml`