Skip to content

Commit

Permalink
Rush recheck (#15616)
Browse files Browse the repository at this point in the history
* automate rush update recheck
  • Loading branch information
praveenkuttappan authored Jun 18, 2021
1 parent 530a169 commit e823b26
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,31 @@ jobs:
- task: securedevelopmentteam.vss-secure-development-tools.build-task-publishsecurityanalysislogs.PublishSecurityAnalysisLogs@3
displayName: 'Publish Security Analysis Logs'
condition: succeededOrFailed()

- job: 'RushUpdate'
variables:
- template: /eng/pipelines/templates/variables/globals.yml

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

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

- template: /eng/common/pipelines/templates/steps/set-default-branch.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
BaseBranchName: $(DefaultBranch)
PRBranchName: automated-rush-update
CommitMsg: "Automatic rush update recheck"
PRTitle: "Automatic rush update"
PRBody: "Automatic rush update PR"
PushArgs: "-f"

0 comments on commit e823b26

Please sign in to comment.