Searched refs:BM_POE_INTERFACE (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dpoe-off3 if [ -z "$BM_POE_INTERFACE" ]; then
13 SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.`expr 48 + $BM_POE_INTERFACE`"
H A Dpoe-on3 if [ -z "$BM_POE_INTERFACE" ]; then
13 SNMP_KEY="SNMPv2-SMI::mib-2.105.1.1.1.3.1.`expr 48 + $BM_POE_INTERFACE`"
H A Dpoe-powered.sh35 if [ -z "$BM_POE_INTERFACE" ]; then
36 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment"

Completed in 2 milliseconds