summaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2024-02-07Feat!: Update JJB version to 6xAnil Belur1-7/+32
Jenkins Job Builder 6.0.0 is released and breaks backward compatibility with 5.1.0. The breaking changes with previous 5.1.0 release: - Jobs are now expanded the same way as job templates. - Macros without parameters are now expanded the same way as macros with parameters. - Tags !include-raw: and !include-raw-escape: should now be used the same way in jobs and macros without parameters as they are used in job templates and macros with parameters. - Update pre-commit dependencies Ref: https://storyboard.openstack.org/#!/story/2010963 https://storyboard.openstack.org/#!/story/2010588 NOTE: Set the var "JJB_VERSION" to "6.0.0" at the GH orginazation level for GHA JJB Verify to pick up the latest version of JJB. Issue-ID: CIMAN-33 LF-JIRA RELENG-5131 Change-Id: Icdeecb8bf216ceab4c5af5720f3bd89d3ef2621d Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-07-12Remove unused pep8 scannerThanh Ha1-5/+1
PEP8 is a Python concept and there does not appear to be any Python code in the scripts directory. This scanner is pointless in this repo as is so remove it. Issue-ID: CIMAN-1 Change-Id: I3eee63b90b7b8c377ac4b801fa6895192eb5a596 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2018-07-12Remove commented out docs toxenvThanh Ha1-5/+1
There is no point in having commented out code in software if code is not to be run just remove it. Issue-ID: CIMAN-1 Change-Id: Iedc50d1d3c2062b7da9df3243a8dfc64b60cad06 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2017-05-03Add configuration in prep to enable coala and toxAndrew Grimberg1-0/+21
* Configure the .gitignore in prepration for coala lint checking and tox driven tests * Add needed configuration files for driving tox based tests including coala lint validation checks Issue: CIMAN-2 Change-Id: I41746a251ca0ca95c681426a2f5cd3474de425e6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>