From 2ccf9f79b2a77df0dd73efe257f98e289f65b78a Mon Sep 17 00:00:00 2001 From: Nedyalko Dyakov Date: Thu, 31 Jul 2025 21:13:40 +0300 Subject: [PATCH 1/2] chore(ci): Add 8.2 rc2 pre build for CI --- .github/actions/run-tests/action.yml | 2 +- .github/workflows/build.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index f826eccea..75b128273 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -25,7 +25,7 @@ runs: # Mapping of redis version to redis testing containers declare -A redis_version_mapping=( - ["8.2.x"]="8.2-RC1-pre" + ["8.2.x"]="8.2-rc2-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" ["7.2.x"]="rs-7.2.0-v17" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef6eadfc6..4a60f1272 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [master, v9, v9.7, v9.8] + branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski/*', 'ce/*'] pull_request: - branches: [master, v9, v9.7, v9.8] + branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski/*', 'ce/*'] permissions: contents: read @@ -44,7 +44,7 @@ jobs: # Mapping of redis version to redis testing containers declare -A redis_version_mapping=( - ["8.2.x"]="8.2-RC1-pre" + ["8.2.x"]="8.2-rc2-pre" ["8.0.x"]="8.0.2" ["7.4.x"]="rs-7.4.0-v5" ) From 7fd7a8e157b5bcdba7aa5789e2ddd3490402ce0c Mon Sep 17 00:00:00 2001 From: Hristo Temelski Date: Fri, 1 Aug 2025 10:13:33 +0300 Subject: [PATCH 2/2] Updated gh username --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4a60f1272..8424f63c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski/*', 'ce/*'] + branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski-redis/*', 'ce/*'] pull_request: - branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski/*', 'ce/*'] + branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski-redis/*', 'ce/*'] permissions: contents: read