Skip to content

Commit 919f0aa

Browse files
committed
enable cs pr env jobs
Signed-off-by: Gerd Oberlechner <[email protected]>
1 parent a13b0a9 commit 919f0aa

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.github/workflows/aro-hcp-cd.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -146,34 +146,34 @@
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

config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)