-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add a mechanism to ensure scylla version is not outdated #298
Comments
Can't you use the same script that is used in java driver CI? It checks and prints selected amount of latest versions of chosen type. Script: https://github.com/scylladb/java-driver/blob/scylla-3.x/ci/version_fetch.py |
@Lorak-mmk the problem is for the extended CI we need to use specific branches of sct e.g.
This mechanism after some modification would be used to get a latest patch release for a given minor |
I'm not sure what you mean by "need to manually create new job". I also don't think this mechanism is necessary. IMO the CI should use 2024.1 as Scylla_version and the SCT branch is branch-2024.1. In addition, we can have another CI job if we think is necessary that points to "scylla_version: master:latest". |
It is about jenkins job, every sct branch we target needs separate job for it.
it is not clear from the description but @sylwiaszunejko proposes the following:
|
Add a workflow that checks if scylladb version used in CI is not outdated and fails if it is. We should update scylladb version every minor for oss and for enterprise we should target latest lts minor.
The text was updated successfully, but these errors were encountered: