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

Fix: vsts integration tests block #657

Merged
merged 22 commits into from
Sep 20, 2018

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?

@@ -7,8 +9,8 @@ phases:
steps:
- task: UsePythonVersion@0
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