-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(sct_config): scylla-server-upgrade-target
wasn't reported to Argus
#9638
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
`ARGUS_VERSION_RE` wasn't covering plain version like `6.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 casuing confusion on patch releases, when test are not get to the phase a node is upgrades Ref: scylladb/argus#533
a32960c
to
fb68806
Compare
I've found some issues with it, when testing it. had to refine the commands a bit more, and tested it also with manger repos |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, LGTM if works properly :)
Now it works better and last upgrade test proven it |
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)