Skip to content
Success

#27843 (Mar 30, 2026, 12:00:57 PM)

Started 23 hr ago
Took 2 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ci build number 955
originally caused by:

This run spent:

  • 7 sec waiting;
  • 2 sec build duration;
  • 9 sec total from scheduled to completion.
Revision: 6b17e46de68099b8a47c96bf6491e3420441047a
Repository: $GERRIT_REPO_URL
  • master
OBS: nightly: add ".0" after versions on git tags

Fix that with the current logic of generating version numbers for
nightly, a version done on a tag can be higher than the following
version:

on tag:                    1.14.0.202603231800         # <tag>.<YY><MM><DD><HH><mm><SS>
on tag (with this patch):  1.14.0.0.202603231800       # <tag>.0.<YY><MM><DD><HH><mm><SS>
next commit after the tag: 1.14.0.1.2016.202603241800  # <tag>.<patch-count-since-last-tag>.<commit-hash>.<YY><MM><DD><HH><mm><SS>

Fixes: OS#6981
Change-Id: Id140d8ea76bf98357711587a9909d54097250fd6
Oliver Smith at