@@ -85,11 +85,11 @@ jobs:
85
85
- template : tools/ci/azure/install_safari.yml
86
86
- template : tools/ci/azure/update_hosts.yml
87
87
- template : tools/ci/azure/update_manifest.yml
88
- - script : no_proxy='*' ./wpt run --yes --no-manifest-update --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl $(Build.ArtifactStagingDirectory)/chrome.tbpl.log --log-tbpl-level info --channel dev chrome infrastructure/
88
+ - script : no_proxy='*' ./wpt run --yes --no-manifest-update --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl - --log-tbpl-level info --channel dev chrome infrastructure/
89
89
displayName : ' Run tests: Chrome Dev'
90
- - script : no_proxy='*' ./wpt run --yes --no-manifest-update --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl $(Build.ArtifactStagingDirectory)/firefox.tbpl.log --log-tbpl-level info --channel nightly firefox infrastructure/
90
+ - script : no_proxy='*' ./wpt run --yes --no-manifest-update --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl - --log-tbpl-level info --channel nightly firefox infrastructure/
91
91
displayName : ' Run tests: Firefox Nightly'
92
- - script : no_proxy='*' ./wpt run --yes --no-manifest-update --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl $(Build.ArtifactStagingDirectory)/safari.tbpl.log --log-tbpl-level info --channel preview safari infrastructure/
92
+ - script : no_proxy='*' ./wpt run --yes --no-manifest-update --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl - --log-tbpl-level info --channel preview safari infrastructure/
93
93
displayName : ' Run tests: Safari Technology Preview'
94
94
- task : PublishBuildArtifacts@1
95
95
displayName : ' Publish results'
@@ -223,7 +223,7 @@ jobs:
223
223
- template : tools/ci/azure/install_edge.yml
224
224
- template : tools/ci/azure/update_hosts.yml
225
225
- template : tools/ci/azure/update_manifest.yml
226
- - script : python ./wpt run --yes --no-manifest-update --install-fonts --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl $(Build.ArtifactStagingDirectory)/edge.tbpl.log --log-tbpl-level info --channel dev edgechromium infrastructure/
226
+ - script : python ./wpt run --yes --no-manifest-update --install-fonts --manifest MANIFEST.json --metadata infrastructure/metadata/ --log-tbpl - --log-tbpl-level info --channel dev edgechromium infrastructure/
227
227
displayName : ' Run tests: Edge Dev'
228
228
- task : PublishBuildArtifacts@1
229
229
displayName : ' Publish results'
@@ -256,7 +256,7 @@ jobs:
256
256
- template : tools/ci/azure/install_edge.yml
257
257
- template : tools/ci/azure/update_hosts.yml
258
258
- template : tools/ci/azure/update_manifest.yml
259
- - script : python ./wpt run --yes --no-manifest-update --no-restart-on-unexpected --no-fail-on-unexpected --install-fonts --this-chunk $(System.JobPositionInPhase) --total-chunks $(System.TotalJobsInPhase) --chunk-type hash --log-tbpl - --log-tbpl-level info --log- wptreport $(Build.ArtifactStagingDirectory)/wpt_report_$(System.JobPositionInPhase).json --log-wptscreenshot $(Build.ArtifactStagingDirectory)/wpt_screenshot_$(System.JobPositionInPhase).txt --log-tbpl - --log-tbpl-level info --channel dev edgechromium
259
+ - script : python ./wpt run --yes --no-manifest-update --no-restart-on-unexpected --no-fail-on-unexpected --install-fonts --this-chunk $(System.JobPositionInPhase) --total-chunks $(System.TotalJobsInPhase) --chunk-type hash --log-wptreport $(Build.ArtifactStagingDirectory)/wpt_report_$(System.JobPositionInPhase).json --log-wptscreenshot $(Build.ArtifactStagingDirectory)/wpt_screenshot_$(System.JobPositionInPhase).txt --log-tbpl - --log-tbpl-level info --channel dev edgechromium
260
260
displayName : ' Run tests: Edge Dev'
261
261
- task : PublishBuildArtifacts@1
262
262
displayName : ' Publish results'
0 commit comments