Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run speedometer automatically on PR validation #64097

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Sep 16, 2022

@dibarbet dibarbet requested a review from a team as a code owner September 16, 2022 21:11
@dibarbet dibarbet marked this pull request as draft September 16, 2022 21:11
@dibarbet dibarbet marked this pull request as ready for review September 19, 2022 17:56
@@ -203,7 +206,8 @@ steps:
-updateAssemblyVersions "(default)" `
-updateCoreXTLibraries "(default)" `
-visualStudioBranchName "$(Template.VSBranchName)" `
-writePullRequest "prid.txt"
-writePullRequest "prid.txt" `
-queueSpeedometerValidation "${{ parameters.queueSpeedometerValidation }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A dumb question:
Why it's ${{ parameters.queueSpeedometerValidation }} instead of $(parameters.queueSpeedometerValidation)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is an azure devops template parameter and not a powershell script parameter. ${{ xyz }} is the syntax for azure devops template parameters

@dibarbet dibarbet merged commit 51d5f2b into main Sep 19, 2022
@dibarbet dibarbet deleted the dev/dibarbet/speedometer_pr_val branch September 19, 2022 18:32
@ghost ghost added this to the Next milestone Sep 19, 2022
@Cosifne Cosifne modified the milestones: Next, 17.4 P3 Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants