File tree Expand file tree Collapse file tree 2 files changed +32
-32
lines changed
Expand file tree Collapse file tree 2 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 146146 with :
147147 deploy_env : dev
148148
149- #
150- # # CS PR env deployment disabled during testing
151- #
152- # deploy_cs_pr_environment_infra:
153- # name: 'Deploy CS PR infrastructure'
154- # # if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
155- # needs:
156- # - deploy_global_rg
157- # permissions:
158- # id-token: 'write'
159- # contents: 'read'
160- # secrets: inherit
161- # uses: ./.github/workflows/environment-infra-cd.yml
162- # with:
163- # deploy_env: cs-pr
164- # deploy_cs_pr_check_deps: true
165-
166- # deploy_cs_pr_environment_services:
167- # name: 'Deploy services to CS PR'
168- # # if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
169- # needs:
170- # - service_ci
171- # - deploy_cs_pr_environment_infra
172- # permissions:
173- # id-token: 'write'
174- # contents: 'read'
175- # secrets: inherit
176- # uses: ./.github/workflows/services-cd.yml
177- # with:
178- # deploy_env: cs-pr
179- # deploy_cs_pr_check_deps: true
149+
150+ # CS PR env deployment disabled during testing
151+
152+ deploy_cs_pr_environment_infra :
153+ name : ' Deploy CS PR infrastructure'
154+ # if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
155+ needs :
156+ - deploy_global_rg
157+ permissions :
158+ id-token : ' write'
159+ contents : ' read'
160+ secrets : inherit
161+ uses : ./.github/workflows/environment-infra-cd.yml
162+ with :
163+ deploy_env : cs-pr
164+ deploy_cs_pr_check_deps : true
165+
166+ deploy_cs_pr_environment_services :
167+ name : ' Deploy services to CS PR'
168+ # if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
169+ needs :
170+ - service_ci
171+ - deploy_cs_pr_environment_infra
172+ permissions :
173+ id-token : ' write'
174+ contents : ' read'
175+ secrets : inherit
176+ uses : ./.github/workflows/services-cd.yml
177+ with :
178+ deploy_env : cs-pr
179+ deploy_cs_pr_check_deps : true
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ clouds:
143143 mgmtUserAgentPoolMinCount : 2
144144 mgmtUserAgentPoolMaxCount : 12
145145 # DNS
146- regionalDNSSubdomain : ' {{ .ctx.region }}-cs-pr '
146+ regionalDNSSubdomain : ' {{ .ctx.region }}-cs'
147147 # Maestro
148148 maestroRestrictIstioIngress : false
149149 personal-dev :
You can’t perform that action at this time.
0 commit comments