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

Rush recheck #15616

Merged
merged 14 commits into from
Jun 18, 2021
25 changes: 25 additions & 0 deletions eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,28 @@ jobs:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@3
displayName: 'Publish Security Analysis Logs'
condition: succeededOrFailed()

- ${{if eq(variables['System.TeamProject'], 'internal')}}:
praveenkuttappan marked this conversation as resolved.
Show resolved Hide resolved
- job: 'RushUpdate'
variables:
- template: /eng/pipelines/templates/variables/globals.yml

pool:
name: azsdk-pool-mms-ubuntu-1804-general
vmImage: MMSUbuntu18.04
Copy link
Member

Choose a reason for hiding this comment

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

Note that @chidozieononiwu is in the process of updating these to 20.04.


steps:
- template: /eng/pipelines/templates/steps/common.yml

- script: |
node common/scripts/install-run-rush.js install
node common/scripts/install-run-rush.js update --recheck
displayName: "Run Rush Update"

- template: /eng/common/pipelines/templates/steps/create-pull-request.yml
parameters:
RepoName: azure-sdk-for-js
PRBranchName: automated-rush-update
CommitMsg: "Automatic rush update recheck"
PRTitle: "Automatic rush update"
PushArgs: "-f"