-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.