commit | 45e5e062f7a87f12b40b7f4755a11a1e4f274682 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue Jun 25 19:19:23 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jul 01 13:24:18 2024 +0000 |
tree | aa8848231c94476b1870674aa01a3dedbe826ea0 | |
parent | a83f05f75a38662a0719d098d14cc6d14a8a749d [diff] |
Add build for ghs-actions-executor on GitHub Also allow a new setup property for enabling additional ad-hoc execution code before the run of the Bazel build. Change-Id: Ib1d202d364a57d7d5adade83f0fbd6e8e19c49cb
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/