Skip to content

Run on a 25G NIC

Use NIC tier and driver markers for packet, XDP, DPDK, or driver tests.

xdp-tests:
stage: test
tags:
- saas-linux-large-amd64
- nic:tier:25g
- nic:driver:mlx5_core
variables:
HW_NIC_TIER: "25g"
HW_NIC_DRIVER: "mlx5_core"
script:
- ./run-xdp-tests.sh

The selected NIC name is exposed to the job environment when the runner attaches a NIC to the container.