Skip to content

Commit e694ba5

Browse files
authored
[ci] Remove plots-to-appinsights. (#8002)
Commit ecb207b broke the `plots-to-appinsights` process that only gets run on `main` (not PR builds). As we do not believe this data is consumed anymore, we are electing to remove it from CI rather than make the necessary updates to get it working again. Note there are some alternatives to this data that are used today: - Unit tests that test build time and use `apidiff` to test apk size - MAUI maintains a dashboard of similar graphs for their builds, which are our builds.
1 parent b18a26a commit e694ba5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -253,27 +253,6 @@ stages:
253253
artifactName: Test Results - APKs .NET Debug - macOS
254254
configuration: Debug
255255

256-
- task: MSBuild@1
257-
displayName: build plots-to-appinsights
258-
inputs:
259-
solution: build-tools/plots-to-appinsights/ProcessPlotCSVFile.csproj
260-
configuration: $(XA.Build.Configuration)
261-
msbuildArguments: >-
262-
/restore
263-
/t:Build
264-
/v:normal
265-
/bl:$(System.DefaultWorkingDirectory)/bin/Test$(XA.Build.Configuration)/plots-to-appinsights.binlog
266-
continueOnError: true
267-
condition: and(succeeded(), or(eq(variables['Build.Reason'], 'IndividualCI'), eq(variables['Build.Reason'], 'Manual')))
268-
269-
- template: yaml-templates/plots-to-appinsights.yaml
270-
parameters:
271-
condition: and(succeeded(), or(eq(variables['Build.Reason'], 'IndividualCI'), eq(variables['Build.Reason'], 'Manual')))
272-
configuration: $(XA.Build.Configuration)
273-
plotGroup: Test times
274-
plotTitle: Runtime merged $(DotNetTargetFramework)
275-
plotPathAndFilename: $(System.DefaultWorkingDirectory)/TestResult-Mono.Android.NET_Tests-times.csv
276-
277256
- template: yaml-templates/fail-on-issue.yaml
278257

279258
- stage: linux_tests

0 commit comments

Comments
 (0)