Skip to content

Commit

Permalink
add(workflows): run github actions against Scylla 5.4.0
Browse files Browse the repository at this point in the history
Since Scylla 5.4 is out, and we support only 2 recent minor releases, we don't need to test SM against Scylla 5.1 anymore.
  • Loading branch information
Michal-Leszczynski authored and karol-kokoszka committed Feb 26, 2024
1 parent 20575b7 commit 2fda380
Show file tree
Hide file tree
Showing 6 changed files with 674 additions and 1,207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scylla-version: [ 5.1.0, 5.1.17, 5.2.0, 5.2.8 ]
scylla-version: [ 5.2.0, 5.2.11, 5.4.0 ]
ip-family: [ IPV4, IPV6 ]
uses: ./.github/workflows/integration-tests.yaml
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GIT_ROOT = $(shell git rev-parse --show-toplevel)
GOBIN ?= $(shell pwd)/bin
GOFILES = go list -f '{{range .GoFiles}}{{ $$.Dir }}/{{ . }} {{end}}{{range .TestGoFiles}}{{ $$.Dir }}/{{ . }} {{end}}' $(PKG)

SCYLLA_VERSION?=5.1.13
SCYLLA_VERSION?=5.4.0
IP_FAMILY?=IPV4

MANAGER_CONFIG := testing/scylla-manager/scylla-manager.yaml
Expand Down
2 changes: 1 addition & 1 deletion testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ YQ := ../bin/yq
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)

SCYLLA_VERSION?=5.1.13
SCYLLA_VERSION?=5.4.0
IP_FAMILY?=IPV4

MINIO_ENDPOINT := https://192.168.200.99:9000
Expand Down
Loading

0 comments on commit 2fda380

Please sign in to comment.