Skip to content

Commit

Permalink
add buildout dependency for mgmt and global acr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chang committed Jan 6, 2025
1 parent eb3cae3 commit 0d1565d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-infrastructure/global-acr-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
$schema: "pipeline.schema.v1"
serviceGroup: Microsoft.Azure.ARO.HCP.Global.ACR
rolloutName: Global ACR Resources Rollout
buildout:
isForAutomatedBuildout: true
dependsOn:
- Microsoft.Azure.ARO.HCP.Global
resourceGroups:
- name: {{ .global.rg }}
subscription: {{ .global.subscription }}
Expand Down
4 changes: 4 additions & 0 deletions dev-infrastructure/mgmt-pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
$schema: "pipeline.schema.v1"
serviceGroup: Microsoft.Azure.ARO.HCP.Management.Infra
rolloutName: Management Cluster Rollout
buildout:
isForAutomatedBuildout: true
dependsOn:
- Microsoft.Azure.ARO.HCP.Service.Infra
resourceGroups:
- name: {{ .svc.rg }}
subscription: {{ .svc.subscription }}
Expand Down

0 comments on commit 0d1565d

Please sign in to comment.