File tree Expand file tree Collapse file tree 3 files changed +27
-6
lines changed Expand file tree Collapse file tree 3 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,21 @@ variables:
33 description : Retina Testbed Description
44 options :
55 - " zmq"
6- - " zmq_uesim"
76 - " zmq_deb"
8- - " zmq_srsue"
97 - " zmq_cudu"
108 - " zmq_cu2du"
9+ - " zmq_srsue"
10+ - " zmq_ric"
11+ - " zmq_ntn"
12+ - " zmq_uesim"
13+ - " s72_uesim"
1114 - " rf_b200"
12- - " rf_hp"
1315 - " android_b200"
1416 - " android_x300"
17+ - " android_callbox"
1518 - " viavi"
19+ - " test_mode"
20+ - " test_mode_acc100"
1621 - " none"
1722 value : " zmq"
1823 E2E_FILE_OR_DIR :
Original file line number Diff line number Diff line change @@ -78,7 +78,9 @@ custom e2e:
7878 needs :
7979 - *retina-needs
8080 - custom build
81- - build trx driver
81+ - job : custom zmq driver
82+ artifacts : true
83+ optional : true
8284 interruptible : false # Web jobs are standalone
8385
8486# ###############################################################################
Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ build trx driver:
3131 - if : $ON_MR == "true" && $CI_MERGE_REQUEST_TARGET_BRANCH_PROTECTED == "true" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
3232 when : never
3333 - if : $ON_MR
34- - if : $ON_WEB
35- - if : $ON_API
3634 retry : 2
3735 script :
3836 - |
@@ -109,3 +107,19 @@ build amariue ntn zmq driver:
109107 - if : $CI_DESCRIPTION =~ /Nightly E2E Tests/
110108 variables :
111109 AMARISOFT_VERSION : " 2024-12-13"
110+
111+ custom zmq driver :
112+ extends : build trx driver
113+ rules :
114+ - if : $GROUP == "viavi" || $GROUP == "rf"
115+ when : never
116+ - if : $GROUP == "uesim"
117+ variables :
118+ OS : fedora-39
119+ AMARISOFT_VERSION : " 2024-03-15"
120+ - if : $TESTBED == "zmq_ntn"
121+ variables :
122+ AMARISOFT_VERSION : " 2024-12-13"
123+ - if : $TESTBED != ""
124+ variables :
125+ AMARISOFT_VERSION : " 2023-09-08"
You can’t perform that action at this time.
0 commit comments