[Backport 6.2] fix(sct_config): scylla-server-upgrade-target
wasn't reported to Argus
#9688
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ARGUS_VERSION_RE
wasn't covering plain version like6.3.0~dev
hence not sending it out to Argus.the change is fixing the regex
this change also fixes
get_branch_version
to be able to return a full version string (including git sha and a date), cause we know Argus would need this data for metrics graphs and perf summaries.also not having this information, is causing confusion on patch releases, when test are not get to the phase a node is upgrades
Ref: scylladb/argus#533
Testing
PR pre-checks (self review)
backport
labelsReminders
sdcm/sct_config.py
)unit-test/
folder)(cherry picked from commit 7d2d0bb)
Parent PR: #9638