From 268ea0de59921221386ab1b87ae68a09638fca6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 29 Nov 2018 22:28:28 +0100 Subject: [PATCH] Run both Win 10 and IP --- .azure-pipelines.yml | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index f5f2f0ad5f3e30c..f611cb411892685 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -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 @@ -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'