Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
web-install: remove debian10 + align release versions
Browse files Browse the repository at this point in the history
as debian10 and centos7 reached EOL, removing it from test.yaml
in addition, align releases version
Annamikhlin committed Jul 4, 2024
1 parent 53c4aa8 commit 823ff2b
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
version:
- 5.2.0
- 5.4.0
- 6.0.0
- 2022.1.0
- 2022.2.0
- 2023.1.0
@@ -30,10 +30,8 @@ jobs:
container:
- ubuntu:20.04
- ubuntu:22.04
- debian:10
- debian:11
- rockylinux:8
- centos:7
- oraclelinux:8
- public.ecr.aws/amazonlinux/amazonlinux:2
steps:
@@ -57,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo ./server --scylla-version 5.4
- run: sudo ./server --scylla-version 6.0

test_nightly_master:
name: Test installation for nightly-master version
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -22,17 +22,17 @@ In `<version>`, specify `(x.y)` version to install the latest patch for this ver
- `[--dry-run]` prints only the commands and the installation flow without actually installing it, useful for verification.

#### Examples:
Installing ScyllaDB Open Source version 5.2.10:
Installing ScyllaDB Open Source version 5.4.8:
```shell
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version 5.2.10
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version 5.4.8
```
Installing ScyllaDB Enterprise latest patch of version 2023.1:
```shell
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-product scylla-enterprise --scylla-version 2023.1
```
Running an installation of nightly version 5.4 in dry-run:
Running an installation of nightly version 6.0 in dry-run:
```shell
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version nightly-5.4 --dry-run
curl -sSf get.scylladb.com/server | sudo bash -s -- --scylla-version nightly-6.0 --dry-run
```

## Supported OSs by Platform and Version

0 comments on commit 823ff2b

Please sign in to comment.