| commit | def46d2e1b8b12094f3d87519d1f16cbaa22198e | [log] [tgz] |
|---|---|---|
| author | Fabio Ponciroli <ponch78@gmail.com> | Thu May 25 17:50:00 2023 +0200 |
| committer | Fabio Ponciroli <ponch78@gmail.com> | Fri May 26 10:21:19 2023 +0000 |
| tree | c5bf8e8cb38602a5923edfd4929ce2d5981afbcf | |
| parent | a6e00a0ce715371d4ab052562541a844aeb29d09 [diff] |
Run Gatling in local mode Setting "--run-mode local" in the run target so we don't get prompted by the CLI to input it at run time. This has been introduced in Gatling 3.9.0. Change-Id: Iface6e1956e69b95d7571f9bdb85d85644001d3f
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/