Skip to content

Commit b6d10eb

Browse files
asaezpercodebot
authored andcommitted
ci: support custom dpdk in manual pipelines
1 parent 1a9227c commit b6d10eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitlab/ci/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ variables:
6262
UHD_VERSION:
6363
description: must be one version supported in the specified OS
6464
value: ""
65+
DPDK_VERSION:
66+
description: must be one version supported in the specified OS
67+
value: ""
6568

6669
################
6770
# Build caches #

.gitlab/ci/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ variables:
2424
- "android_b200"
2525
- "android_n300"
2626
- "android_x300"
27+
- "viavi"
2728
- "none"
2829
value: "zmq"
2930
MARKERS:

0 commit comments

Comments
 (0)