|
25 | 25 | metrics-version: "1.1.0" |
26 | 26 | vshard-version: "0.1.36" |
27 | 27 | - tarantool-version: "2.11" |
28 | | - external-merger-version: "0.0.5" |
29 | | - external-keydef-version: "0.0.4" |
| 28 | + external-tuple-merger-version: "0.0.5" |
| 29 | + external-tuple-keydef-version: "0.0.4" |
30 | 30 | - tarantool-version: "3.0" |
31 | 31 | vshard-version: "0.1.36" |
32 | 32 | - tarantool-version: "3.1" |
@@ -127,25 +127,11 @@ jobs: |
127 | 127 |
|
128 | 128 | - name: Run tests |
129 | 129 | if: matrix.coveralls != true # See https://github.com/actions/runner/issues/1173 |
130 | | - uses: nick-fields/retry@v3 |
131 | | - with: |
132 | | - max_attempts: 3 |
133 | | - retry_on: error |
134 | | - retry_wait_seconds: 10 |
135 | | - timeout_minutes: 40 |
136 | | - command: | |
137 | | - make -C build luatest-no-coverage |
| 130 | + run: make -C build luatest-no-coverage |
138 | 131 |
|
139 | 132 | - name: Run tests with coverage and send results to coveralls.io |
140 | 133 | if: ${{ matrix.coveralls }} |
141 | | - uses: nick-fields/retry@v3 |
142 | | - with: |
143 | | - max_attempts: 3 |
144 | | - retry_on: error |
145 | | - retry_wait_seconds: 10 |
146 | | - timeout_minutes: 40 |
147 | | - command: | |
148 | | - make -C build coveralls |
| 134 | + run: make -C build coveralls |
149 | 135 |
|
150 | 136 | run-tests-ee: |
151 | 137 | if: github.event_name == 'push' |
@@ -205,14 +191,7 @@ jobs: |
205 | 191 | - run: cmake -S . -B build |
206 | 192 |
|
207 | 193 | - name: Run tests |
208 | | - uses: nick-fields/retry@v3 |
209 | | - with: |
210 | | - max_attempts: 3 |
211 | | - retry_on: error |
212 | | - retry_wait_seconds: 10 |
213 | | - timeout_minutes: 40 |
214 | | - command: | |
215 | | - make -C build luatest-no-coverage |
| 194 | + run: make -C build luatest-no-coverage |
216 | 195 |
|
217 | 196 | run-perf-tests-ce: |
218 | 197 | if: | |
@@ -313,11 +292,4 @@ jobs: |
313 | 292 | - run: cmake -S . -B build |
314 | 293 |
|
315 | 294 | - name: Run performance tests |
316 | | - uses: nick-fields/retry@v3 |
317 | | - with: |
318 | | - max_attempts: 3 |
319 | | - retry_on: error |
320 | | - retry_wait_seconds: 10 |
321 | | - timeout_minutes: 60 |
322 | | - command: | |
323 | | - make -C build performance |
| 295 | + run: make -C build performance |
0 commit comments