File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff 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+
503513viavi-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
Original file line number Diff line number Diff line change 11SRSGNB_REGISTRY_URI = registry.gitlab.com/softwareradiosystems/srsgnb
22RETINA_REGISTRY_PREFIX = registry.gitlab.com/softwareradiosystems/ci/retina
3- RETINA_VERSION = 0.53.7
3+ RETINA_VERSION = 0.53.8
44UBUNTU_VERSION = 24.04
55AMARISOFT_VERSION = 2023-09-08
66SRSUE_VERSION = 23.11
You can’t perform that action at this time.
0 commit comments