Skip to content

Commit c63ebe3

Browse files
qarlosalbertocodebot
authored andcommitted
ci: reorder viavi tests
1 parent 6b61684 commit c63ebe3

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

.gitlab/ci/e2e.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,9 @@ viavi:
480480
matrix:
481481
- KEYWORDS: [
482482
"ideal and 1UE",
483-
"ideal and 32UE and not experimental",
483+
"ideal and 32UE and not experimental and not dddsu",
484484
"fading and 1UE",
485-
# "fading and 32UE",
486485
"birth-death and 1UE",
487-
# "birth-death and 32UE",
488486
"32UE and experimental and not extended",
489487
]
490488

@@ -494,17 +492,28 @@ viavi-extended:
494492
- if: $CI_DESCRIPTION =~ /Weekly/
495493
variables:
496494
KEYWORDS: "extended"
497-
allow_failure: true
498495
needs:
499496
- job: "basic avx512 dpdk"
500497
artifacts: true
501498
- *retina-needs
502499

500+
viavi-dddsu:
501+
extends: .viavi
502+
needs:
503+
- job: "basic avx512 dpdk"
504+
artifacts: true
505+
- *retina-needs
506+
allow_failure: true
507+
parallel:
508+
matrix:
509+
- KEYWORDS: [
510+
"dddsu",
511+
]
512+
503513
viavi-debug:
504514
extends: .viavi
505515
variables:
506516
MARKERS: "viavi_debug"
507-
allow_failure: true
508517
needs:
509518
- job: "basic avx512 dpdk withassert"
510519
artifacts: true

.gitlab/ci/e2e/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SRSGNB_REGISTRY_URI=registry.gitlab.com/softwareradiosystems/srsgnb
22
RETINA_REGISTRY_PREFIX=registry.gitlab.com/softwareradiosystems/ci/retina
3-
RETINA_VERSION=0.53.7
3+
RETINA_VERSION=0.53.8
44
UBUNTU_VERSION=24.04
55
AMARISOFT_VERSION=2023-09-08
66
SRSUE_VERSION=23.11

0 commit comments

Comments
 (0)