File tree Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Expand file tree Collapse file tree 1 file changed +25
-23
lines changed Original file line number Diff line number Diff line change 5656# - name: XREF
5757# run: make xref
5858
59- mixed-test :
59+ # test:
60+ # name: Test
61+ # strategy:
62+ # fail-fast: false
63+ # matrix:
64+ # erlang_version:
65+ # - '26'
66+ # # - '27'
67+ # elixir_version:
68+ # - '1.17'
69+ # metadata_store:
70+ # - mnesia
71+ # - khepri
72+ # uses: ./.github/workflows/test-make-tests.yaml
73+ # with:
74+ # erlang_version: ${{ matrix.erlang_version }}
75+ # elixir_version: ${{ matrix.elixir_version }}
76+ # metadata_store: ${{ matrix.metadata_store }}
77+
78+ test-mixed :
6079 name : Mixed version testing
6180 runs-on : ubuntu-latest
6281 steps :
@@ -95,19 +114,21 @@ jobs:
95114 file : " rabbitmq-server-generic-unix-[\\ d.]*\\ .tar.xz"
96115 target : ./
97116
98- - run : echo "${{ steps.secondary_dist.outputs.version }}"
117+ # - run: echo "${{ steps.secondary_dist.outputs.version }}"
99118
100119 - name : Verify package
101120 run : gpg --verify rabbitmq-server-generic-unix-*.asc rabbitmq-server-generic-unix-*.tar.xz
102121
103122 - name : Extract package generic unix
104123 run : tar xf rabbitmq-server-generic-unix-*.tar.xz
105124
106- - run : ls -la
125+ # - run: ls -la
126+
127+ - run : echo "SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-`echo -n ${{ steps.secondary_dist.outputs.version }} | sed s/v//`" >> $GITHUB_ENV
107128
108129 - name : RUN TESTS
109130 run : |
110- make -C deps/rabbit ct-cluster_upgrade SECONDARY_DIST=${GITHUB_WORKSPACE}/rabbitmq_server-`echo -n ${{ steps.secondary_dist.outputs.version }} | sed s/v//`
131+ make -C deps/rabbit ct-cluster_upgrade
111132
112133 - name : UPLOAD TEST LOGS
113134 if : always()
@@ -119,25 +140,6 @@ jobs:
119140# !logs/**/log_private
120141 if-no-files-found : ignore
121142
122- # test:
123- # name: Test
124- # strategy:
125- # fail-fast: false
126- # matrix:
127- # erlang_version:
128- # - '26'
129- # # - '27'
130- # elixir_version:
131- # - '1.17'
132- # metadata_store:
133- # - mnesia
134- # - khepri
135- # uses: ./.github/workflows/test-make-tests.yaml
136- # with:
137- # erlang_version: ${{ matrix.erlang_version }}
138- # elixir_version: ${{ matrix.elixir_version }}
139- # metadata_store: ${{ matrix.metadata_store }}
140- #
141143# type-check:
142144# name: Type check
143145# strategy:
You can’t perform that action at this time.
0 commit comments