We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9227c commit b6d10ebCopy full SHA for b6d10eb
.gitlab/ci/build.yml
@@ -62,6 +62,9 @@ variables:
62
UHD_VERSION:
63
description: must be one version supported in the specified OS
64
value: ""
65
+ DPDK_VERSION:
66
+ description: must be one version supported in the specified OS
67
+ value: ""
68
69
################
70
# Build caches #
.gitlab/ci/e2e.yml
@@ -24,6 +24,7 @@ variables:
24
- "android_b200"
25
- "android_n300"
26
- "android_x300"
27
+ - "viavi"
28
- "none"
29
value: "zmq"
30
MARKERS:
0 commit comments