Skip to content

Commit

Permalink
Move testnet.solana.com and TdS to their own GCP projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jan 24, 2020
1 parent 1b391dd commit fdc452c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/testnet-manager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ testnet-beta|testnet-beta-perf)
testnet)
CHANNEL_OR_TAG=$STABLE_CHANNEL_LATEST_TAG
CHANNEL_BRANCH=$STABLE_CHANNEL
export CLOUDSDK_CORE_PROJECT=testnet-solana-com
;;
testnet-perf)
CHANNEL_OR_TAG=$STABLE_CHANNEL_LATEST_TAG
Expand All @@ -157,6 +158,7 @@ tds)
: "${TDS_CHANNEL_OR_TAG:=edge}"
CHANNEL_OR_TAG="$TDS_CHANNEL_OR_TAG"
CHANNEL_BRANCH="$CI_BRANCH"
export CLOUDSDK_CORE_PROJECT=tour-de-sol
;;
*)
echo "Error: Invalid TESTNET=$TESTNET"
Expand Down

0 comments on commit fdc452c

Please sign in to comment.