Skip to content

Commit 0db73de

Browse files
Merge pull request #2342 from NHSDigital/feature/ERSSUP-79592-AP
[ERSSUP-79592]-[]-[Remove references to alpha environment]-[AP]
2 parents 10cbb20 + 1d4dc81 commit 0db73de

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
@@ -226,7 +226,6 @@ info:
226226
| Environment | Base URL |
227227
| ----------------- | ---------------------------------------------------------------------- |
228228
| Sandbox | `https://sandbox.api.service.nhs.uk/referrals/FHIR` |
229-
| Alpha | See Alpha testing section below |
230229
| Integration test | `https://int.api.service.nhs.uk/referrals/FHIR` |
231230
| Production | `https://api.service.nhs.uk/referrals/FHIR` |
232231
@@ -242,13 +241,6 @@ info:
242241
243242
The sandbox will only respond to an input which exactly matches one of the examples provided; it is otherwise stateless.
244243
245-
### Alpha testing
246-
247-
Our [alpha](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#statuses) environment:
248-
- is available for early developer testing of future functionality
249-
- may experience breaking changes or downtime without advance notice, but only if we cannot avoid it
250-
- can be accessed by contacting [[email protected]](mailto:[email protected])
251-
252244
### Integration testing
253245
254246
Our [integration test](https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing-with-our-restful-apis) environment:

0 commit comments

Comments
 (0)