-
Notifications
You must be signed in to change notification settings - Fork 5
server: add support for almalinux
installation and adjust tests to match latest releases
#75
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
Conversation
5d7b935
to
6b22eae
Compare
maybe to add it also to test.yml? |
08a693e
to
1d1320a
Compare
done |
almalinux
installationalmalinux
installation and adjust tests to match latest releases
.github/workflows/test.yml
Outdated
test_latest_in_version: | ||
name: Test installation for latest in specific version | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- run: sudo ./server --scylla-version 6.1 | ||
- run: sudo ./server --scylla-version 2025.1.0 |
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.
I think should be here: 2025.1
the Scylla first release test we have before
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.
fixed
As it's 1:1 binary-compatible with RHEL 9 and CentOS Stream 9 Also fixing the unit-tests to match the updated releases we have and support Fixes: scylladb/scylladb#23583
1d1320a
to
49ec856
Compare
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
As it's 1:1 binary-compatible with RHEL 9 and CentOS Stream 9
Also, fixing the unit tests to match the updated releases we have and
support
Fixes: scylladb/scylladb#23583
Testing (locally)