Skip to content

Commit

Permalink
add ACRPull to deployment and PR check targets (#1070)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle authored Jan 9, 2025
1 parent 21299d4 commit 634a4e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/services-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
run: |
make istio.deploy_pipeline
- name: 'Deploy ACR Pull Configuration'
run: |
make acrpull.deploy_pipeline
- name: 'Deploy Frontend'
run: |
make frontend.deploy_pipeline
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/services-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@
run: |
make istio.dry_run
- name: 'Dry Run ACR Pull'
run: |
make acrpull.dry_run
- name: 'Dry Run Metrics'
run: |
make metrics.dry_run
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services_all = $(join services_svc,services_mgmt)
# Pipelines section
# This sections is used to reference pipeline runs and should replace
# the usage of `svc-deploh.sh` script in the future.
services_svc_pipelines = istio metrics backend frontend cluster-service maestro.server
services_svc_pipelines = istio acrpull metrics backend frontend cluster-service maestro.server
services_mgmt_pipelines = hypershiftoperator
%.deploy_pipeline:
$(eval export dirname=$(subst .,/,$(basename $@)))
Expand Down

0 comments on commit 634a4e2

Please sign in to comment.