Add configuration for Azure Pipelines#13769
Conversation
This just runs infrastructure/ tests on relevant PRs, something minimal and useful before trying to enable Azure Pipelines for the first time. Part of #13299.
|
https://dev.azure.com/web-platform-tests/wpt is the Azure DevOps org/project where I'll add a pipeline to point at this file once landed. There is some minimal configuration that is done in that UI, like whether PRs trigger builds, but nothing too interesting. |
|
https://github.com/foolip/wpt/pull/7/checks?check_run_id=27372593 / https://dev.azure.com/foolip/wpt/_build/results?buildId=118&view=logs is a run using this configuration, but with the |
|
To make review easier if there are more changes, I've created foolip#10 from the very same branch, so that PR will be in sync with this one, but you can see Azure Pipelines results there. |
|
This PR now builds on #13801, to be able to verify the config with a minimal change. |
This reverts commit 3041c84.
This just runs infrastructure/ tests on relevant PRs, something minimal
and useful before trying to enable Azure Pipelines for the first time.
Part of #13299.