Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu (MAIDAP) committed Jan 28, 2021
1 parent 8d8b12d commit 4456fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devops/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
jobs:
- template: templates/run-tests-on-multiple-os-py.yml
parameters:
pyVersions: ['3.6']
pyVersions: ['3.6', '3.7', '3.8']
testTypes: ['unit', 'io']
imageOSs: ['ubuntu-18.04'] # 'windows-latest', 'macos-latest'

Expand All @@ -31,7 +31,7 @@ stages:
- template: templates/run-tests-on-multiple-os-py.yml
parameters:
pyVersions: ['3.6']
testTypes: ['azure']
testTypes: ['azure', 'slow']
imageOSs: ['ubuntu-18.04'] # 'windows-latest', 'macos-latest'

- stage: collect_final_code_coverage
Expand Down
6 changes: 3 additions & 3 deletions devops/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ stages:
jobs:
- template: templates/run-tests-on-multiple-os-py.yml
parameters:
pyVersions: ['3.6']
testTypes: ['unit']
pyVersions: ['3.6', '3.7', '3.8']
testTypes: ['unit', 'io']
imageOSs: ['ubuntu-18.04'] # 'windows-latest', 'macos-latest'

- stage: e2e_tests
Expand All @@ -34,7 +34,7 @@ stages:
- template: templates/run-tests-on-multiple-os-py.yml
parameters:
pyVersions: ['3.6']
testTypes: ['io']
testTypes: ['azure', 'slow']
imageOSs: ['ubuntu-18.04'] # 'windows-latest', 'macos-latest'

- stage: collect_final_code_coverage
Expand Down

0 comments on commit 4456fca

Please sign in to comment.