Skip to content

Don't limit scylla.version to actual version number  #217

@fruch

Description

@fruch

there are cases we want to use CCM with non-released versions, like:

unstable/master:latest
13812adsaf # version crafted from a local unified package, and uses scylla sha, this is how it in all places we run in jenkins: dtest/python-matrix and such

and this break the following code paths:

installArgs.add("-v release:" + inputScyllaVersion);
...
GLOBAL_SCYLLA_VERSION_NUMBER = VersionNumber.parse(inputScyllaVersion);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions