Skip to content

Commit

Permalink
Add azure-sdk-for-rust to utility pipelines (#8737)
Browse files Browse the repository at this point in the history
* Add azure-sdk-for-rust to utility pipelines

* Update eng-workflows-sync.yml
  • Loading branch information
hallipr authored Oct 23, 2024
1 parent 4f150ea commit f4965c2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/agent-pool-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ parameters:
RepoName: azure-sdk-for-python
ExcludePaths: '^\.\\sdk\\|^\.\\eng\\common\\|\\tests\\recordings\\'
IncludeFromExcludedPaths: '^\.\\sdk\\.*-matrix.*.json$|^\.\\sdk\\.*\\.*yml$'
- RepoOwner: Azure
RepoName: azure-sdk-for-rust
ExcludePaths: '^\.\\sdk\\|^\.\\eng\\common\\|\\tests\\recordings\\'
IncludeFromExcludedPaths: '^\.\\sdk\\.*-matrix.*.json$|^\.\\sdk\\.*\\.*yml$'
# Default setting is an example of the map looks like:
- name: MigrationMap
type: object
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/branch-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ parameters:
- Azure/azure-sdk-for-js
- Azure/azure-sdk-for-net
- Azure/azure-sdk-for-python
- Azure/azure-sdk-for-rust

- name: ForkAutomationBranches
type: object
Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/eng-common-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ parameters:
- azure-sdk-for-js
- azure-sdk-for-net
- azure-sdk-for-python
- azure-sdk-for-rust

trigger: none

Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/eng-workflows-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ parameters:
- azure-sdk-for-js
- azure-sdk-for-net
- azure-sdk-for-python
- azure-sdk-for-rust

trigger: none

Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/git-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ parameters:
- Azure/azure-sdk-for-js
- Azure/azure-sdk-for-net
- Azure/azure-sdk-for-python
- Azure/azure-sdk-for-rust
- Azure/azure-sdk-tools
- Azure/azure-sdk

Expand Down
1 change: 1 addition & 0 deletions eng/pipelines/tools-repo-versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
azure-sdk-for-js:
azure-sdk-for-net:
azure-sdk-for-python:
azure-sdk-for-rust:
autorest.csharp:

0 comments on commit f4965c2

Please sign in to comment.