You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cirrus.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ env:
13
13
EXPERIMENTAL: no
14
14
CTIMETEST: yes
15
15
BENCH: yes
16
-
ITERS: 2
16
+
TEST_ITERS:
17
+
BENCH_ITERS: 2
17
18
MAKEFLAGS: -j2
18
19
19
20
cat_logs_snippet: &CAT_LOGS
@@ -162,6 +163,7 @@ task:
162
163
memory: 1G
163
164
env:
164
165
WRAPPER_CMD: qemu-s390x
166
+
TEST_ITERS: 16
165
167
HOST: s390x-linux-gnu
166
168
WITH_VALGRIND: no
167
169
ECDH: yes
@@ -184,6 +186,7 @@ task:
184
186
memory: 1G
185
187
env:
186
188
WRAPPER_CMD: qemu-arm
189
+
TEST_ITERS: 16
187
190
HOST: arm-linux-gnueabihf
188
191
WITH_VALGRIND: no
189
192
ECDH: yes
@@ -207,6 +210,7 @@ task:
207
210
memory: 1G
208
211
env:
209
212
WRAPPER_CMD: qemu-aarch64
213
+
TEST_ITERS: 16
210
214
HOST: aarch64-linux-gnu
211
215
WITH_VALGRIND: no
212
216
ECDH: yes
@@ -227,6 +231,7 @@ task:
227
231
memory: 1G
228
232
env:
229
233
WRAPPER_CMD: wine64-stable
234
+
TEST_ITERS: 16
230
235
HOST: x86_64-w64-mingw32
231
236
WITH_VALGRIND: no
232
237
ECDH: yes
@@ -257,13 +262,15 @@ task:
257
262
env:
258
263
# The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html)
0 commit comments