Skip to content
Success

#1117 (Apr 21, 2026, 6:00:02 PM)

Started 4 hr 53 min ago
Took 12 min on build4-deb12build-ansible

Started by timer

This run spent:

  • 1.8 sec waiting;
  • 12 min build duration;
  • 12 min total from scheduled to completion.
Revision: 3a574a4b1f45d008c98b7f7da38e296e08dc6fed
Repository: https://gerrit.osmocom.org/osmo-ci
  • origin/master
jobs/gerrit-verifications: fix hwtest param

This must be a bool instead of a string. Without this patch, the
condition checking for the bool is always true.

Fixes: 986c2648 ("jobs/gerrit: run osmo-ccid-firmware-hwtest")
Change-Id: I3117ddab888dd226ed57b62b9b9e672f1cb9127d
Oliver Smith at
jobs/gerrit: fix artifacts logic

The previous logic failed when there are no artifacts for archiving,
for multiple reasons. Fix all of them:

* "allow-empty" needs to be set, so jenkins doesn't fail the job when it
  can't find any artifacts to archive.
* The "artifacts" string must not be empty even if "allow-empty" is set,
  as otherwise it assumes a configuration error.
* The jenkins jobs fails in the archiving step if the workspace dir
  doesn't exist.

Fixes: 4c392b9e ("jobs/gerrit: archive osmo-ccid-firmware artifacts")
Change-Id: If7a051d7be2beb617c2eda4fd1a669565c2c5b55
Oliver Smith at