commit | 1c84797d2cbb87f8b4abc3e2fc91966800e6f7d7 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 12 17:10:31 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 12 17:11:46 2025 -0400 |
tree | 49b4d3fb908b487567b4c59a0c3240a88e482c89 | |
parent | 3e9c007ca713ed6fbf084fd4fb44b5b558ea9b98 [diff] |
build-unit-test-docker: escape topic queries Gerrit topics can contain spaces[1]. We need to escape those so that the http request can be done successfully. [1]: https://gerrit.openbmc.org/c/openbmc/entity-manager/+/83520 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I934a012497eb4e33ee606f133f2f705b8e5fcd10
Build script for CI jobs in Jenkins.
Formatting linters sometimes change stylistic output across releases. Separately, some linters are not version-pinned in the CI container, as pinning would drive either frequent maintenance with upgrades or stagnation of the code-base against older versions.
The combination may result in inconsistent formatting opinions across CI worker nodes[^1].
If you see such behaviour consider changing the thing to force a container refresh.
[^1]: The collection of container builds across all worker nodes may not hold a consistent set of tool versions despite being built from the same specification: The inconsistencies emerge from the cadence of upstream tool package updates beating against the cadence of container rebuilds on the worker nodes.