Bug 1854727 [wpt PR 42108] - Include more in sysdiagnoses on macOS, a=testonly

Automatic update from web-platform-tests
Include more in sysdiagnoses on macOS

Try and get further with https://github.com/web-platform-tests/wpt/issues/41386

--

wpt-commits: a44cc1a0dda0b708e507a557d3fdde241c253b00
wpt-pr: 42108
This commit is contained in:
Sam Sneddon 2023-09-27 12:15:15 +00:00 коммит произвёл moz-wptsync-bot
Родитель 257f478b64
Коммит 6d50bdf92a
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1,8 +1,7 @@
steps:
- script: |
mkdir -p /Users/runner/sysdiagnose
# No UI, and no time sensitive, generated, or archived logs
sudo sysdiagnose -ub -PGR -f /Users/runner/sysdiagnose -A sysdiagnose_$(System.JobPositionInPhase)
sudo sysdiagnose -ub -f /Users/runner/sysdiagnose -A sysdiagnose_$(System.JobPositionInPhase)
displayName: 'Collect sysdiagnose'
condition: and(succeeded(), eq(variables['Agent.OS'], 'Darwin'))
- task: PublishBuildArtifacts@1