Skip to content

Commit 1256f31

Browse files
committed
ci: fix run_viavi_pipeline script
1 parent 3303ce1 commit 1256f31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab/run_viavi_pipeline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ def run_test(args_definition: _ArgsDefinition, test_definition: _TestDefinition)
134134
{"key": "TEST_MODE", "value": TESTMODE},
135135
{"key": "BUILD_ARGS", "value": BUILD_ARGS},
136136
{"key": "MAKE_ARGS", "value": MAKE_ARGS},
137+
{"key": "SRS_TARGET", "value": "gnb_split_7_2"},
138+
{"key": "PLUGIN_BRANCH", "value": "main"},
137139
{"key": "UHD_VERSION", "value": ""},
138140
{"key": "DPDK_VERSION", "value": DPDK_VERSION},
139141
{"key": "TESTBED", "value": TESTBED},

0 commit comments

Comments
 (0)