commit | be0dfdc23aaa3992c16d471c9cf2d2246fcaca8f | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Wed Jun 29 07:36:50 2022 +0200 |
committer | David Ostrovsky <david@ostrovsky.org> | Wed Jun 29 07:36:57 2022 +0200 |
tree | 6151521921c984bb0f815911adb9b86f1ff2fce9 | |
parent | 18affdfae35dac5518f81784d81f18407fb35696 [diff] |
agent-debian: Add lcov to the docker image To generate test coverage lcov package is needed. Also sort the list of packages alphabetically. Change-Id: I6514f27d5964bbd49791d55e6cf8725336a1f34b
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 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/