osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/37671?usp=email )
Change subject: OBS: latest: set pattern for gapk releases ......................................................................
OBS: latest: set pattern for gapk releases
The gapk release tags start with a v and may only have two numbers.
Related: OS#6521 Change-Id: If7328a31c6c64b91d0727dbe16bb8d6915fed260 --- M scripts/obs/lib/config.py 1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/71/37671/1
diff --git a/scripts/obs/lib/config.py b/scripts/obs/lib/config.py index 1ad0106..3bfbd4e 100644 --- a/scripts/obs/lib/config.py +++ b/scripts/obs/lib/config.py @@ -116,6 +116,7 @@
git_latest_tag_pattern_default = "^[0-9]*\.[0-9]*\.[0-9]*$" git_latest_tag_pattern_other = { + "gapk": "^v[0-9]*\.[0-9.]*$", "limesuite": "^v[0-9]*\.[0-9]*\.[0-9]*$", "open5gs": "^v[0-9]*\.[0-9]*\.[0-9]*$", "osmo-fl2k": "^v[0-9]*\.[0-9]*\.[0-9]*$",