Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Fix: vsts integration tests block#657

Merged
jafreck merged 22 commits intoAzure:masterfrom
jafreck:fix/vsts-integration-tests-command
Sep 20, 2018
Merged

Fix: vsts integration tests block#657
jafreck merged 22 commits intoAzure:masterfrom
jafreck:fix/vsts-integration-tests-command

Conversation

@jafreck
Copy link
Member

@jafreck jafreck commented Aug 30, 2018

Fixes #658

.vsts-ci.yml Outdated
export STORAGE_ACCOUNT_RESOURCE_ID=$(STORAGE_ACCOUNT_RESOURCE_ID)
export TENANT_ID=$(TENANT_ID)
pytest --numprocesses=75 tests/integration_tests
condition: succeeded() #and(succeeded(), or(startsWith(variables['Build.SourceBranchName'], 'release'), eq(variables['Build.SourceBranchName'], 'master')))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented condition?

inputs:
versionSpec: '3.6 >= 3.5'
addToPath: true
versionSpec: '3.6 >= 3.5'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we then maybe make a matrix to test 3.5 and 3.6 instead of that?

@jafreck jafreck merged commit 4a60c8a into Azure:master Sep 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants