Skip to content

Commit

Permalink
Enable disttrial only on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Mar 18, 2021
1 parent 0cf732d commit 072c328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines/run_test_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ steps:
- script: 'python -m tox -e alldeps-withcov-posix'
displayName: 'Run tests'
continueOnError: ${{ parameters.allowFailure }}
env:
TRIAL_ARGS: "-j 2"

- ${{ if eq(parameters.platform, 'windows') }}:
- script: 'python -m tox -e alldeps-withcov-windows'
Expand All @@ -57,6 +59,6 @@ steps:
TWISTED_REACTOR: ${{ parameters.windowsReactor }}

- script: |
python -m tox -e coverage-preparecoveralls-push
bash <(curl -s https://codecov.io/bash) -N "${{parameters.platform}}-${{parameters.pythonVersion}}-alldeps-withcov"
python -m tox -e coverage-prepare,coveralls-push
bash <(curl -s https://codecov.io/bash) -N "${{ parameters.platform }}-${{ parameters.pythonVersion }}-alldeps-withcov"
displayName: 'Report coverage'
1 change: 0 additions & 1 deletion azure-pipelines/tests_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ variables:
INFRASTRUCTURE: "AZUREPIPELINES"
TRIAL_REPORTER: "verbose"
CI: "true"
TRIAL_ARGS: "-j 2"

jobs:

Expand Down

0 comments on commit 072c328

Please sign in to comment.