summaryrefslogtreecommitdiffstats
path: root/jenkins_jobs/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Auto-generated output from python-blackThanh Ha2019-09-091-20/+20
| | | | | | | | | Please review the following patch containing the code changes in the repo. This patch is a transition patch and is the auto-generated output of the python-black tool. Change-Id: I2d2de71da8a105fb62b561899ae78441ddab4032 Signed-off-by: Thanh Ha <zxiiro@gmail.com>
* Fix flake8 failures and make its execution more consistentSorin Sbarnea2018-10-281-1/+1
| | | | | | | | | | | | | | | | - upgrade flake8 to 3.6.0 - remove use of hacking since pre-commit replaced it - mentioned minimal flake8 version on pre-commit config - fixed newer linting errors - disable W504 as it seems not possible to fix (conflict with W403) - replaced buggy tox deps installation with native pip install, which address the issue of missing to install new deps when the reqs files are updated, developer being forced to to recreate the virtualenv. - prepare for migration from tox-pep8 to tox-linters, now these being just aliases. Change-Id: I310578dce215aaf00a5b2d54716f90da9a1ecb4d Depends-On: https://review.openstack.org/#/c/613726/
* Reorder imports to match hacking guidelinesDarragh Bailey2015-12-231-2/+6
| | | | | | | Ensure that the imports follow the standard OpenStack hacking guidelines. Change-Id: Iaa4326aef118ddfd807dd006934f1d9ca80a1cfa
* Add openstack-common support for setup and versionPaul Belanger2012-11-101-1/+1
| | | | | | | | | | | | | | | With help from clarkb in #openstack-infra and openstack-ci/gerritbot, I've manage to update our versioning to be inline with other openstack projects. This is another step towards creating our OS packaging. Change-Id: If3f44b939ee0a3c9c4dfa1d9f83ae14a8285ba5f Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-on: https://review.openstack.org/15335 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
* Make Jenkins Job Builder pass pyflakes checks.Clark Boylan2012-09-171-2/+2
| | | | | | | | | | One import was not used and another was missing. Change-Id: I2eed26e445e4be1e674df89d29fb5b22dfa9dec4 Reviewed-on: https://review.openstack.org/13163 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
* Make code pass pep8 1.2 checks.Clark Boylan2012-09-171-1/+4
| | | | | | | | Change-Id: I5544ce07c7423a0e530860fa5637af26c73f6521 Reviewed-on: https://review.openstack.org/13162 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
* Add documentation.James E. Blair2012-09-172-0/+137
Move test.sh to the tools directory. Move parameters and notifications to their own modules; even though they are implemented as Jenkins properties, they make more sense as separate entities in the job builder, because that's they way they are specified in the YAML. All three modules that touch the properties xml object know how to create it if it's missing. Change-Id: I4b42ff10a93fd3ed98f632b58e47f3e0e45086d6 Reviewed-on: https://review.openstack.org/12741 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins