Skip to content

Commit

Permalink
Added cplat branch and exclude it in code verification (#20637)
Browse files Browse the repository at this point in the history
* Added cplat branch and exclude it in code verification

* Remove Steve from mgmt code owner
  • Loading branch information
allenjzhang authored Apr 23, 2021
1 parent 8191e0a commit 54bb09b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,8 @@ sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/ @tmsupp

# ######## Management Plane ########

/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @bquantump @nisha-bhatia
/**/*Management*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @nisha-bhatia
/**/Azure.ResourceManager*/ @allenjzhang @m-nash @markcowl @YalinLi0312 @nisha-bhatia

# Reviewers to double check any API changes
/sdk/**/api/ @KrzysztofCwalina @tg-msft
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pr:
include:
- master
- '*-preview'
- 'feature/cplat*'
paths:
include:
- Directory.Build.props
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/ci.mgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
displayName: "Build & Package"
- task: PowerShell@2
displayName: "Verify generated code"
condition: and(succeeded(), ne(variables['System.TeamProject'],'internal'))
condition: and(succeeded(), ne(variables['System.TeamProject'],'internal'), not(contains(variables['System.PullRequest.TargetBranch'], 'feature/cplat')))
inputs:
filePath: "eng/scripts/Track1CodeCheck.ps1"
pwsh: true
Expand Down

0 comments on commit 54bb09b

Please sign in to comment.