Skip to content

Commit cec0da6

Browse files
authored
Merge branch 'master' into fix/vset_vlinks_bug
2 parents 7d55a34 + cf470ca commit cec0da6

46 files changed

Lines changed: 6773 additions & 294 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
elif [[ -n "$REDIS_VERSION" ]]; then
4848
# Mapping of redis version to redis testing containers
4949
declare -A redis_version_mapping=(
50-
["8.8.x"]="8.8-rc1"
50+
["8.8.x"]="custom-26172898734-debian"
5151
["8.6.x"]="8.6.1"
5252
["8.4.x"]="8.4.0"
5353
["8.2.x"]="8.2.1-pre"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
# Mapping of redis version to redis testing containers
4949
declare -A redis_version_mapping=(
50-
["8.8.x"]="8.8-rc1"
50+
["8.8.x"]="custom-26172898734-debian"
5151
["8.6.x"]="8.6.1"
5252
["8.4.x"]="8.4.0"
5353
["8.2.x"]="8.2.1-pre"

.github/workflows/doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
services:
1818
redis-stack:
19-
image: redislabs/client-libs-test:8.8-rc1
19+
image: redislabs/client-libs-test:custom-26172898734-debian
2020
env:
2121
TLS_ENABLED: no
2222
REDIS_CLUSTER: no

.github/workflows/test-redis-enterprise.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
jobs:
1212
build:
13+
if: false # Temporarily disabled, should be enabled when we have a current and stable RE build
1314
name: build
1415
runs-on: ubuntu-latest
1516
strategy:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GO_MOD_DIRS := $(shell find . -type f -name 'go.mod' -exec dirname {} \; | sort)
22
REDIS_VERSION ?= 8.8
33
RE_CLUSTER ?= false
44
RCE_DOCKER ?= true
5-
CLIENT_LIBS_TEST_IMAGE ?= redislabs/client-libs-test:8.8-rc1
5+
CLIENT_LIBS_TEST_IMAGE ?= redislabs/client-libs-test:custom-26172898734-debian
66

77
docker.start:
88
export RE_CLUSTER=$(RE_CLUSTER) && \

0 commit comments

Comments
 (0)