Skip to content

Commit 1990592

Browse files
chore(.github): regenerate workflows and badges
go run main.go
1 parent 278424e commit 1990592

11 files changed

+35
-275
lines changed

Diff for: .github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml

-119
This file was deleted.

Diff for: .github/workflows/integration-tests-2023.1.11-IPV4.yaml renamed to .github/workflows/integration-tests-2024.1.15-IPV4.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla-enterprise:2023.1.11
5+
scylla-version: scylla-enterprise:2024.1.15
66
ip-family: IPV4
77
raft-schema: disabled
88
tablets: none
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-2023.1.11-IPV4
109+
name: integration-tests-2024.1.15-IPV4
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml renamed to .github/workflows/integration-tests-2024.1.15-IPV6-raftschema-nossl.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla-enterprise:2023.1.11
5+
scylla-version: scylla-enterprise:2024.1.15
66
ip-family: IPV6
77
raft-schema: enabled
88
tablets: none
9-
ssl-enabled: "true"
9+
ssl-enabled: "false"
1010
jobs:
1111
backup:
1212
name: Test backup
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-2023.1.11-IPV6-raftschema
109+
name: integration-tests-2024.1.15-IPV6-raftschema-nossl
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-2024.1.12-IPV4.yaml renamed to .github/workflows/integration-tests-2024.2.7-IPV4-nossl.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla-enterprise:2024.1.12
5+
scylla-version: scylla-enterprise:2024.2.7
66
ip-family: IPV4
77
raft-schema: none
88
tablets: none
9-
ssl-enabled: "true"
9+
ssl-enabled: "false"
1010
jobs:
1111
backup:
1212
name: Test backup
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-2024.1.12-IPV4
109+
name: integration-tests-2024.2.7-IPV4-nossl
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-2024.1.12-IPV6.yaml renamed to .github/workflows/integration-tests-2024.2.7-IPV6.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla-enterprise:2024.1.12
5+
scylla-version: scylla-enterprise:2024.2.7
66
ip-family: IPV6
77
raft-schema: none
88
tablets: none
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-2024.1.12-IPV6
109+
name: integration-tests-2024.2.7-IPV6
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-6.2.0-IPV4.yaml renamed to .github/workflows/integration-tests-2025.1.0-IPV4.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla:6.2.0
5+
scylla-version: scylla:2025.1.0
66
ip-family: IPV4
77
raft-schema: none
88
tablets: disabled
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-6.2.0-IPV4
109+
name: integration-tests-2025.1.0-IPV4
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-6.2.0-IPV6-tablets-nossl.yaml renamed to .github/workflows/integration-tests-2025.1.0-IPV6-tablets-nossl.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla:6.2.0
5+
scylla-version: scylla:2025.1.0
66
ip-family: IPV6
77
raft-schema: none
88
tablets: enabled
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-6.2.0-IPV6-tablets-nossl
109+
name: integration-tests-2025.1.0-IPV6-tablets-nossl
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-2025.1.0-rc4-IPV6.yaml

-119
This file was deleted.

Diff for: .github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml renamed to .github/workflows/integration-tests-latest-IPV4.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla:6.2.0
5+
scylla-version: scylla-nightly:latest
66
ip-family: IPV4
77
raft-schema: none
8-
tablets: enabled
8+
tablets: disabled
99
ssl-enabled: "true"
1010
jobs:
1111
backup:
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-6.2.0-IPV4-tablets
109+
name: integration-tests-latest-IPV4
110110
"on":
111111
pull_request:
112112
types:

Diff for: .github/workflows/integration-tests-2025.1.0-rc4-IPV4-tablets-nossl.yaml renamed to .github/workflows/integration-tests-latest-IPV6-tablets-nossl.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla:2025.1.0-rc4
6-
ip-family: IPV4
5+
scylla-version: scylla-nightly:latest
6+
ip-family: IPV6
77
raft-schema: none
88
tablets: enabled
99
ssl-enabled: "false"
@@ -106,7 +106,7 @@ jobs:
106106
run: make pkg-integration-test PKG=./pkg/store
107107
- name: Run migrate tests
108108
run: make pkg-integration-test PKG=./pkg/schema/migrate
109-
name: integration-tests-2025.1.0-rc4-IPV4-tablets-nossl
109+
name: integration-tests-latest-IPV6-tablets-nossl
110110
"on":
111111
pull_request:
112112
types:

0 commit comments

Comments
 (0)