Skip to content

Commit

Permalink
Merge pull request #22 from NHSDigital/NPA-1868-add-int-to-release-pi…
Browse files Browse the repository at this point in the history
…peline

NPA-1868: Add int to release pipeline and remove (revert) from PR pipeline
  • Loading branch information
johnmarston-nhs authored Feb 27, 2024
2 parents 03c00a4 + 5961cb8 commit ff8c8b9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
7 changes: 4 additions & 3 deletions azure/azure-pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ extends:
- template: ./templates/run-tests.yml
parameters:
full: true
- environment: int
post_deploy:
- template: ./templates/run-tests.yml
# - environment: internal-dev-sandbox
# proxy_path: sandbox
# post_deploy:
# - template: ./templates/run-tests.yml
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 ff8c8b9

Please sign in to comment.