Bug 1523562 [wpt PR 15052] - [Azure Pipelines] Include wpt.fyi prod hook for builds, a=testonly

Automatic update from web-platform-tests
[Azure Pipelines] Include wpt.fyi prod hook for builds (#15052)

--

wpt-commits: 94388ba512a9bf7ca4ed6a8c3e095e65a5695ca9
wpt-pr: 15052
This commit is contained in:
Philip Jägenstedt 2019-02-01 11:39:02 +00:00 коммит произвёл James Graham
Родитель bb807eb765
Коммит e12e869953
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@
# enabled: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github#validate-contributions-from-forks
# - A scheduled build needs to be set up for the the epochs/daily branch.
# - To get results from scheduled builds into wpt.fyi, a service connection
# named staging.wpt.fyi with URL https://staging.wpt.fyi is needed.
# named wpt.fyi with URL https://wpt.fyi is needed.
jobs:
# The affected tests jobs are unconditional for speed, as most PRs have one or
@ -161,6 +161,11 @@ jobs:
steps:
- task: InvokeRESTAPI@1
displayName: 'Invoke wpt.fyi hook'
inputs:
serviceConnection: wpt.fyi
urlSuffix: /api/checks/azure/$(Build.BuildId)
- task: InvokeRESTAPI@1
displayName: 'Invoke staging.wpt.fyi hook'
inputs:
serviceConnection: staging.wpt.fyi
urlSuffix: /api/checks/azure/$(Build.BuildId)