commit | d78109c3018fc4faf556bdab3563e87a844fd34a | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Sat Jan 27 12:23:09 2024 +0000 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Tue Jan 30 23:04:31 2024 +0000 |
tree | 1069807e79daab0014d988c0aa8b91a7e2b7421e | |
parent | ed22102ca7393e31ce04f1bc52eb3d2b67318a9c [diff] |
Remove stable-3.6 builds Gerrit v3.6 is now EOL and all builds can be safely removed from the CI. Change-Id: I8bc280db15c64c4dcff263ebe57f6a3cd680eee2
This project uses Jenkins Jobs Builder [1] to generate jobs from yaml descriptor files.
To add new jobs reuse existing templates, defaults etc. as much as possible. E.g. adding a job to build an additional branch of a project may be as easy as adding the name of the branch to an existing project.
To ensure well readable yaml-files, use yamllint [2] to lint the yaml-files. Yamllint can be downloaded using Python Pip:
pip3 install --require-hashes yamllint
To run the linter, execute this command from the project's root directory:
yamllint -c yamllint-config.yaml jenkins/**/*.yaml
Yamllint will not fix detected issues itself.
[1] https://docs.openstack.org/infra/jenkins-job-builder/index.html [2] https://pypi.org/project/yamllint/