Skip to content

Commit 84e217e

Browse files
committed
Validate 3.13->4.2 upgrade before releasing 4.2 alpha
1 parent 5f69116 commit 84e217e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release-4.2.x-alphas.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ on:
1313
env:
1414
DEV_WORKFLOW_REPOSITORY: "rabbitmq/server-packages"
1515
jobs:
16+
test_mixed_versions:
17+
name: Test mixed clusters before release
18+
uses: ./.github/workflows/test-mixed.yaml
19+
with:
20+
previous_version: 'tags/v3.13.7'
21+
1622
trigger_alpha_build:
1723
runs-on: ubuntu-latest
24+
needs: test_mixed_versions
1825
steps:
1926
- name: Compute prerelease identifier from commit SHA
2027
run: echo "PRERELEASE_IDENTIFIER=`echo ${{ github.sha }} | cut -c1-8`" >> $GITHUB_ENV

0 commit comments

Comments
 (0)