~mitchellaugustin/canonical-server-hwe-utils:main

Last commit made on 2024-01-31
Get this branch:
git clone -b main https://git.launchpad.net/~mitchellaugustin/canonical-server-hwe-utils
Only Mitchell Augustin can upload to this branch. If you are Mitchell Augustin please log in for upload directions.

Branch merges

Branch information

Recent commits

3611901... by Mitchell Augustin

Add cipherflags entry detection to labkey ipmitool command

Version 1.8.19+ of ipmitool enforces the use of cipher suite 17 by default, which is unavailable on Starmie and some older systems.
This cipherflags entry will be queried by labkey if present and used to force the use of the specified cipher suite when connecting to this machine with ipmitool.

3aad5f6... by Taihsiang Ho

installer-test-matrix: include jammy and 22.04.2

24fd2a1... by Taihsiang Ho

jenkins-scripts: weekly-rota-init: Deal with new jenkins projects

When a jenkins project/job is just created, there is no build at all for
sure. If our script runs at this moment, the script would be confused
why there is no last_build. This commit deals with this corner case.

5b14886... by Hon Ming Hui

jenkins-scripts: weekly-rota-init: Use with statement for better handling

20c6857... by Hon Ming Hui

jenkins-scripts: weekly-rota-init: Use tempfile and max 10MB chunk size to limit memory usage

d24e325... by Hon Ming Hui

jenkins-scripts: weekly-rota-init: Fix missing definition of artifacts and proper pre-commit hook

2857bc1... by Hon Ming Hui

jenkins-scripts: weekly-rota-init: Attach Jenkins log and artifacts to JIRA sub-task

fa835e5... by Hon Ming Hui

black: Commit the formatted py code base on sucessful pre-commit run

1fff973... by Hon Ming Hui

flake8: E501 conflict with black expectation and so ignore E501 here.

5431cec... by Hon Ming Hui

pre-commit-config.yaml: Fix broken flake8 repo