Skip to content

Commit ff8c8b9

Browse files
Merge pull request #22 from NHSDigital/NPA-1868-add-int-to-release-pipeline
NPA-1868: Add int to release pipeline and remove (revert) from PR pipeline
2 parents 03c00a4 + 5961cb8 commit ff8c8b9

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

azure/azure-pr-pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extends:
3838
- template: ./templates/run-tests.yml
3939
parameters:
4040
full: true
41-
- environment: int
42-
post_deploy:
43-
- template: ./templates/run-tests.yml
41+
# - environment: internal-dev-sandbox
42+
# proxy_path: sandbox
43+
# post_deploy:
44+
# - template: ./templates/run-tests.yml

azure/azure-release-pipeline.yml

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -36,37 +36,36 @@ extends:
3636
- template: ./templates/run-tests.yml
3737
parameters:
3838
full: true
39-
# - environment: internal-dev-sandbox
40-
# proxy_path: sandbox
41-
# post_deploy:
42-
# - template: ./templates/run-tests.yml
43-
# - environment: internal-qa
44-
# post_deploy:
45-
# - template: ./templates/run-tests.yml
46-
# parameters:
47-
# full: true
48-
# - environment: internal-qa-sandbox
49-
# proxy_path: sandbox
50-
# post_deploy:
51-
# - template: ./templates/run-tests.yml
52-
# - environment: ref
53-
# depends_on:
54-
# - internal_qa
55-
# - internal_qa_sandbox
56-
# post_deploy:
57-
# - template: ./templates/run-tests.yml
58-
# - environment: sandbox
59-
# proxy_path: sandbox
60-
# post_deploy:
61-
# - template: ./templates/run-tests.yml
62-
# # Enable int environment when ready by uncommenting:
63-
# - environment: int
64-
# depends_on:
65-
# - internal_qa
66-
# - internal_qa_sandbox
67-
# post_deploy:
68-
# - template: ./templates/run-tests.yml
69-
# parameters:
70-
# full: true
71-
# test-command: prod
72-
# smoketest-command: prod
39+
- environment: internal-dev-sandbox
40+
proxy_path: sandbox
41+
post_deploy:
42+
- template: ./templates/run-tests.yml
43+
- environment: internal-qa
44+
post_deploy:
45+
- template: ./templates/run-tests.yml
46+
parameters:
47+
full: true
48+
- environment: internal-qa-sandbox
49+
proxy_path: sandbox
50+
post_deploy:
51+
- template: ./templates/run-tests.yml
52+
- environment: ref
53+
depends_on:
54+
- internal_qa
55+
- internal_qa_sandbox
56+
post_deploy:
57+
- template: ./templates/run-tests.yml
58+
- environment: sandbox
59+
proxy_path: sandbox
60+
post_deploy:
61+
- template: ./templates/run-tests.yml
62+
- environment: int
63+
depends_on:
64+
- internal_qa
65+
- internal_qa_sandbox
66+
post_deploy:
67+
- template: ./templates/run-tests.yml
68+
parameters:
69+
full: true
70+
test-command: prod
71+
smoketest-command: prod

0 commit comments

Comments
 (0)