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 1213b7d commit 8957d42Copy full SHA for 8957d42
.gitlab/ci/e2e.yml
@@ -236,18 +236,13 @@ amari 8UE:
236
timeout: 4h
237
parallel:
238
matrix:
239
+ - E2E_FILE_OR_DIR: tests/attach_detach.py
240
- E2E_FILE_OR_DIR: tests/reestablishment.py
241
KEYWORDS: sequentially
- - E2E_FILE_OR_DIR: tests/handover.py
242
- KEYWORDS: sequentially
243
- - E2E_FILE_OR_DIR: tests/attach_detach.py
244
-
245
-amari 8UE beta:
246
- extends: amari 8UE
247
- parallel:
248
- matrix:
249
250
KEYWORDS: "not sequentially"
+ - E2E_FILE_OR_DIR: tests/handover.py
+ KEYWORDS: sequentially
251
- E2E_FILE_OR_DIR: tests/handover.py
252
253
0 commit comments