Skip to content

Commit

Permalink
Moved testing to new region (#26)
Browse files Browse the repository at this point in the history
* Moving testing to a new region
  • Loading branch information
bczoma authored and PhilippeKhalife committed Sep 5, 2018
1 parent b456434 commit 2db8399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ script:
- TESTRESOURCEGROUPNAME="TravisTestResourceGroup${UNIQUEID}"
- sed -i "s@ARTIFACTSLOCATION@$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH@g" ci/azuredeploy.parameters.json
- sed -i "s@UNIQUEID@$UNIQUEID@g" ci/azuredeploy.parameters.json
- az group create --name $TESTRESOURCEGROUPNAME --location "canadacentral"
- az group create --name $TESTRESOURCEGROUPNAME --location "eastus2"
- echo "Creating cluster and waiting to become active"
- "travis_wait 30 sleep 1800 &"
- az group deployment create --name TravisTestDeployment${UNIQUEID} --resource-group $TESTRESOURCEGROUPNAME --template-file azuredeploy.json --parameters ci/azuredeploy.parameters.json
Expand Down

0 comments on commit 2db8399

Please sign in to comment.