Skip to content

Commit

Permalink
test 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski committed Sep 3, 2024
1 parent 5308d32 commit be472cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/cfg/integration-test-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
raft-schema: none
tablets: none

- scylla-version: scylla:6.0.1
- scylla-version: scylla:6.1.0
ip-family: IPV4
raft-schema: none
tablets: disabled

- scylla-version: scylla:6.0.1
- scylla-version: scylla:6.1.0
ip-family: IPV4
raft-schema: none
tablets: enabled

- scylla-version: scylla:6.0.1
- scylla-version: scylla:6.1.0
ip-family: IPV6
raft-schema: none
tablets: enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
scylla-version: scylla:6.0.1
scylla-version: scylla:6.1.0
ip-family: IPV4
raft-schema: none
tablets: enabled
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./pkg/util/netwait
name: integration-tests-6.0.1-IPV4-tablets
name: integration-tests-6.1.0-IPV4-tablets
"on":
pull_request:
types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
scylla-version: scylla:6.0.1
scylla-version: scylla:6.1.0
ip-family: IPV4
raft-schema: none
tablets: disabled
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./pkg/util/netwait
name: integration-tests-6.0.1-IPV4
name: integration-tests-6.1.0-IPV4
"on":
pull_request:
types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ concurrency:
cancel-in-progress: true
group: int-${{ github.workflow }}-${{ github.ref }}
env:
scylla-version: scylla:6.0.1
scylla-version: scylla:6.1.0
ip-family: IPV6
raft-schema: none
tablets: enabled
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./pkg/util/netwait
name: integration-tests-6.0.1-IPV6-tablets
name: integration-tests-6.1.0-IPV6-tablets
"on":
pull_request:
types:
Expand Down

0 comments on commit be472cb

Please sign in to comment.