Skip to content

Commit

Permalink
Added int and its dependencies to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-young-12-nhs committed Feb 26, 2024
1 parent 1d15944 commit ae27c7a
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions azure/azure-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,36 @@ extends:
- template: ./templates/run-tests.yml
parameters:
full: true
# - environment: internal-dev-sandbox
# proxy_path: sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
# - environment: internal-qa
# post_deploy:
# - template: ./templates/run-tests.yml
# parameters:
# full: true
# - environment: internal-qa-sandbox
# proxy_path: sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
# - environment: ref
# depends_on:
# - internal_qa
# - internal_qa_sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
# - environment: sandbox
# proxy_path: sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
# # Enable int environment when ready by uncommenting:
# - environment: int
# depends_on:
# - internal_qa
# - internal_qa_sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
# parameters:
# full: true
# test-command: prod
# smoketest-command: prod
- environment: internal-dev-sandbox
proxy_path: sandbox
post_deploy:
- template: ./templates/run-tests.yml
- environment: internal-qa
post_deploy:
- template: ./templates/run-tests.yml
parameters:
full: true
- environment: internal-qa-sandbox
proxy_path: sandbox
post_deploy:
- template: ./templates/run-tests.yml
- environment: ref
depends_on:
- internal_qa
- internal_qa_sandbox
post_deploy:
- template: ./templates/run-tests.yml
- environment: sandbox
proxy_path: sandbox
post_deploy:
- template: ./templates/run-tests.yml
- environment: int
depends_on:
- internal_qa
- internal_qa_sandbox
post_deploy:
- template: ./templates/run-tests.yml
parameters:
full: true
test-command: prod
smoketest-command: prod

0 comments on commit ae27c7a

Please sign in to comment.