We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11907c2 commit bde1fe6Copy full SHA for bde1fe6
.gitlab/ci/e2e.yml
@@ -268,18 +268,21 @@ rf:
268
variables:
269
KEYWORDS: "not iperf"
270
E2E_LOG_LEVEL: "info"
271
+ allow_failure: true
272
273
rf-iperf-udp:
274
extends: .rf
275
276
KEYWORDS: "iperf and udp"
277
278
279
280
rf-iperf-tcp:
281
282
283
KEYWORDS: "iperf and tcp"
284
285
286
287
rf-tsan:
288
@@ -289,6 +292,7 @@ rf-tsan:
289
292
- job: "smoke tsan update cache"
290
293
artifacts: true
291
294
- *retina-needs
295
+ retry: 2
296
297
rf-asan:
298
0 commit comments