commit | d0667786542754f14a04a98eb49bcd8c9f2b6704 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Jul 08 08:24:15 2025 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Tue Jul 08 08:24:15 2025 -0500 |
tree | 59410c0db7481c40ff13303573c1f99e3774701c | |
parent | 1832ffa3eef0485169caadf03b012fe614de31c1 [diff] |
userid-validation: add coreweave CLA has been approved and uploaded to the project google drive Change-Id: I6108abd9bc96e501f530fb81ca99599739307793 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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.