Add TESTNET_TAG Env var to buildkite (#3692)

* Add TESTNET_TAG Env var to buildkite
This commit is contained in:
Dan Albert
2019-04-09 13:00:45 -07:00
committed by GitHub
parent dc6c34da5d
commit a5254a3f7a

View File

@ -75,6 +75,9 @@ source scripts/configure-metrics.sh
ci/channel-info.sh
eval "$(ci/channel-info.sh)"
if [[ -n $TESTNET_TAG ]]; then
CHANNEL_OR_TAG=$TESTNET_TAG
else
case $TESTNET in
testnet-edge|testnet-edge-perf)
CHANNEL_OR_TAG=edge
@ -113,7 +116,7 @@ EOF
) | buildkite-agent pipeline upload
exit 0
fi
fi
sanity() {
echo "--- sanity $TESTNET"