Skip to content

Commit

Permalink
ci: fix run_viavi_pipeline script
Browse files Browse the repository at this point in the history
  • Loading branch information
asaezper committed Dec 19, 2024
1 parent 3303ce1 commit 1256f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/run_viavi_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ def run_test(args_definition: _ArgsDefinition, test_definition: _TestDefinition)
{"key": "TEST_MODE", "value": TESTMODE},
{"key": "BUILD_ARGS", "value": BUILD_ARGS},
{"key": "MAKE_ARGS", "value": MAKE_ARGS},
{"key": "SRS_TARGET", "value": "gnb_split_7_2"},
{"key": "PLUGIN_BRANCH", "value": "main"},
{"key": "UHD_VERSION", "value": ""},
{"key": "DPDK_VERSION", "value": DPDK_VERSION},
{"key": "TESTBED", "value": TESTBED},
Expand Down

0 comments on commit 1256f31

Please sign in to comment.