Skip to content

Commit

Permalink
Merge pull request #64097 from dotnet/dev/dibarbet/speedometer_pr_val
Browse files Browse the repository at this point in the history
Run speedometer automatically on PR validation
  • Loading branch information
dibarbet authored Sep 19, 2022
2 parents ed79e02 + 6bab41f commit 51d5f2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions azure-pipelines-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@ stages:
titlePrefix: ${{ parameters.OptionalTitlePrefix }}
sourceBranch: $(SourceBranchName)
publishDataURI: "https://raw.githubusercontent.com/dotnet/roslyn/main/eng/config/PublishData.json"
queueSpeedometerValidation: true

6 changes: 5 additions & 1 deletion eng/pipelines/insert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ parameters:
- name: insertToolset
type: string
default: ''
- name: queueSpeedometerValidation
type: string
default: 'false'

- name: buildUserName
type: string
Expand Down Expand Up @@ -203,7 +206,8 @@ steps:
-updateAssemblyVersions "(default)" `
-updateCoreXTLibraries "(default)" `
-visualStudioBranchName "$(Template.VSBranchName)" `
-writePullRequest "prid.txt"
-writePullRequest "prid.txt" `
-queueSpeedometerValidation "${{ parameters.queueSpeedometerValidation }}"
displayName: 'Run OneOffInsertion.ps1'
- script: 'echo. && echo. && type "prid.txt" && echo. && echo.'
Expand Down

0 comments on commit 51d5f2b

Please sign in to comment.