~mitchellaugustin/canonical-server-hwe-utils/+git/canonical-server-hwe-utils-2:main

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

Branch merges

Recent commits

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

689397c... by Hon Ming Hui

jenkins-scripts: weekly-rota-init: Use Last successful/failure shortcut in Jenkins API instead of iterate job status

Also fixed W293 warning.