Skip to content

Commit

Permalink
update Live Test steps (#278)
Browse files Browse the repository at this point in the history
* update Live Test steps

* Update live_test.yml
  • Loading branch information
JerryPei1997 authored Apr 27, 2020
1 parent 283dde1 commit 2195ed9
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .azure-pipelines/steps/live_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
steps:
- script: |
go test -count=1 -v ./keyvault/
go test -count=1 -v -timeout 12h ./keyvault/
go test -count=1 -v -timeout 12h ./eventhubs/
go test -count=1 -v -timeout 12h ./storage/
go test -count=1 -v -timeout 12h ./batch/
go test -count=1 -v -timeout 12h ./cdn/
go test -count=1 -v -timeout 12h ./cognitiveservices/
go test -count=1 -v -timeout 12h ./cosmosdb/
go test -count=1 -v -timeout 12h ./hdinsight/
go test -count=1 -v -timeout 12h ./network/
go test -count=1 -v -timeout 12h ./sql/
go test -count=1 -v -timeout 12h ./resources/
displayName: 'Live Test'
env:
AZURE_AUTH_LOCATION: $(AZURE_AUTH_LOCATION)
Expand All @@ -12,5 +23,6 @@ steps:
AZURE_LOCATION_DEFAULT: $(AZURE_LOCATION_DEFAULT)
AZURE_SAMPLES_KEEP_RESOURCES: $(AZURE_SAMPLES_KEEP_RESOURCES)
AZURE_USE_DEVICEFLOW: $(AZURE_USE_DEVICEFLOW)
AZURE_STORAGE_ACCOUNT_NAME: $(AZURE_STORAGE_ACCOUNT_NAME)
AZURE_STORAGE_ACCOUNT_GROUP_NAME: $(AZURE_STORAGE_ACCOUNT_GROUP_NAME)

0 comments on commit 2195ed9

Please sign in to comment.