Skip to content

Commit

Permalink
Run both Win 10 and IP
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Nov 29, 2018
1 parent ff7a5e0 commit 3922f25
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
name: test_jobs
displayName: 'Run ./wpt test-jobs'
- job: win10
displayName: 'Windows 10 test job'
pool:
# self-hosted Windows 10
name: 'Hosted Windows Client'
steps:
- template: tools/ci/azure/checkout.yml
- script: echo Hello World

- job: infrastructure_macOS
displayName: 'infrastructure/ tests (macOS)'
dependsOn: root
Expand Down Expand Up @@ -100,3 +91,23 @@ jobs:
- template: tools/ci/azure/tox_pytest.yml
parameters:
directory: tools/wpt/

- job: win10
displayName: 'Test (Windows 10)'
pool:
# self-hosted Windows 10
name: 'Hosted Windows Client'
steps:
- template: tools/ci/azure/checkout.yml
- script: python --version
displayName: 'Show Python version'

- job: win10_preview
displayName: 'Test (Windows 10 Insider Preview)'
pool:
# self-hosted Windows 10 Insider Preview
name: 'Hosted Windows Client Next'
steps:
- template: tools/ci/azure/checkout.yml
- script: python --version
displayName: 'Show Python version'

0 comments on commit 3922f25

Please sign in to comment.