Skip to content

Commit b80b92d

Browse files
[ERSSUP-79592]-[JW/ADO]-[Remove references to alpha environment]-[AP]
1 parent 4bb6f22 commit b80b92d

File tree

4 files changed

+0
-44
lines changed

4 files changed

+0
-44
lines changed

azure/azure-pr-pipeline.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,6 @@ extends:
3535
manual_approval_env: manual-approval-ptl
3636
python_version: ${{ variables.python_version }}
3737
apigee_deployments:
38-
- environment: manual-approval
39-
stage_name: manual_approval_alpha_pr
40-
- environment: internal-dev
41-
service_name: ${{ variables.service_name }}-alpha
42-
short_service_name: ${{ variables.short_service_name }}-alpha
43-
service_base_path: ${{ variables.service_base_path }}-alpha
44-
stage_name: ers_alpha_pr
45-
jinja_templates:
46-
ERS_TARGET_SERVER: e-referrals-service-api--alpha
47-
ALLOW_ECHO_TARGET: true
48-
post_deploy:
49-
- template: templates/run-tests.yml
50-
parameters:
51-
integration_tests: true
52-
smoke_tests: true
53-
depends_on:
54-
- manual_approval_alpha_pr
5538
- environment: manual-approval
5639
stage_name: manual_approval_ft01_pr
5740
- environment: internal-dev

azure/azure-release-pipeline.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,6 @@ extends:
3535
prod_producer_approval: true
3636
python_version: ${{ variables.python_version }}
3737
apigee_deployments:
38-
- environment: manual-approval
39-
stage_name: ers_manual_approval_alpha
40-
- environment: internal-dev
41-
stage_name: ers_alpha_release
42-
service_name: "${{ variables.service_name }}-alpha"
43-
short_service_name: "${{ variables.short_service_name }}-alpha"
44-
service_base_path: "${{ variables.service_base_path }}-alpha"
45-
jinja_templates:
46-
ERS_TARGET_SERVER: e-referrals-service-api--alpha
47-
ALLOW_ECHO_TARGET: true
48-
post_deploy:
49-
- template: templates/run-tests.yml
50-
parameters:
51-
integration_tests: true
52-
smoke_tests: true
53-
depends_on:
54-
- ers_manual_approval_alpha
5538
- environment: manual-approval
5639
stage_name: ers_manual_approval_rc
5740
- environment: internal-dev

manifest_template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ APIGEE_ENVIRONMENTS:
1414
additional_proxies:
1515
- identity-service-mock-internal-dev
1616
variants:
17-
- name: alpha-internal-dev
18-
display_name: Internal Development - alpha
1917
- name: rc-internal-dev
2018
display_name: Internal Development - rc
2119
- name: fix-internal-dev

specification/e-referrals-service-api.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ info:
221221
| Environment | Base URL |
222222
| ----------------- | ---------------------------------------------------------------------- |
223223
| Sandbox | `https://sandbox.api.service.nhs.uk/referrals/FHIR` |
224-
| Alpha | See Alpha testing section below |
225224
| Integration test | `https://int.api.service.nhs.uk/referrals/FHIR` |
226225
| Production | `https://api.service.nhs.uk/referrals/FHIR` |
227226
@@ -237,13 +236,6 @@ info:
237236
238237
The sandbox will only respond to an input which exactly matches one of the examples provided; it is otherwise stateless.
239238
240-
### Alpha testing
241-
242-
Our [alpha](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#statuses) environment:
243-
- is available for early developer testing of future functionality
244-
- may experience breaking changes or downtime without advance notice, but only if we cannot avoid it
245-
- can be accessed by contacting [[email protected]](mailto:[email protected])
246-
247239
### Integration testing
248240
249241
Our [integration test](https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing-with-our-restful-apis) environment:

0 commit comments

Comments
 (0)