Skip to content

Commit e3c09cb

Browse files
committed
ci: improve custom zmq driver job to support all combinations
1 parent 3044e08 commit e3c09cb

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

.gitlab/ci-shared/e2e.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.gitlab/ci/e2e.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
################################################################################

.gitlab/ci/trx.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)