Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions azure/azure-pr-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ extends:
manual_approval_env: manual-approval-ptl
python_version: ${{ variables.python_version }}
apigee_deployments:
- environment: manual-approval
stage_name: manual_approval_alpha_pr
- environment: internal-dev
service_name: ${{ variables.service_name }}-alpha
short_service_name: ${{ variables.short_service_name }}-alpha
service_base_path: ${{ variables.service_base_path }}-alpha
stage_name: ers_alpha_pr
jinja_templates:
ERS_TARGET_SERVER: e-referrals-service-api--alpha
ALLOW_ECHO_TARGET: true
post_deploy:
- template: templates/run-tests.yml
parameters:
integration_tests: true
smoke_tests: true
depends_on:
- manual_approval_alpha_pr
- environment: manual-approval
stage_name: manual_approval_ft01_pr
- environment: internal-dev
Expand Down
17 changes: 0 additions & 17 deletions azure/azure-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,6 @@ extends:
prod_producer_approval: true
python_version: ${{ variables.python_version }}
apigee_deployments:
- environment: manual-approval
stage_name: ers_manual_approval_alpha
- environment: internal-dev
stage_name: ers_alpha_release
service_name: "${{ variables.service_name }}-alpha"
short_service_name: "${{ variables.short_service_name }}-alpha"
service_base_path: "${{ variables.service_base_path }}-alpha"
jinja_templates:
ERS_TARGET_SERVER: e-referrals-service-api--alpha
ALLOW_ECHO_TARGET: true
post_deploy:
- template: templates/run-tests.yml
parameters:
integration_tests: true
smoke_tests: true
depends_on:
- ers_manual_approval_alpha
- environment: manual-approval
stage_name: ers_manual_approval_rc
- environment: internal-dev
Expand Down
2 changes: 0 additions & 2 deletions manifest_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ APIGEE_ENVIRONMENTS:
additional_proxies:
- identity-service-mock-internal-dev
variants:
- name: alpha-internal-dev
display_name: Internal Development - alpha
- name: rc-internal-dev
display_name: Internal Development - rc
- name: fix-internal-dev
Expand Down
8 changes: 0 additions & 8 deletions specification/e-referrals-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ info:
| Environment | Base URL |
| ----------------- | ---------------------------------------------------------------------- |
| Sandbox | `https://sandbox.api.service.nhs.uk/referrals/FHIR` |
| Alpha | See Alpha testing section below |
| Integration test | `https://int.api.service.nhs.uk/referrals/FHIR` |
| Production | `https://api.service.nhs.uk/referrals/FHIR` |

Expand All @@ -242,13 +241,6 @@ info:

The sandbox will only respond to an input which exactly matches one of the examples provided; it is otherwise stateless.

### Alpha testing
Comment thread
nhsd-angel-pastor marked this conversation as resolved.

Our [alpha](https://digital.nhs.uk/developer/guides-and-documentation/reference-guide#statuses) environment:
- is available for early developer testing of future functionality
- may experience breaking changes or downtime without advance notice, but only if we cannot avoid it
- can be accessed by contacting [nhserspartners@nhs.net](mailto:nhserspartners@nhs.net)

### Integration testing

Our [integration test](https://digital.nhs.uk/developer/guides-and-documentation/testing#integration-testing-with-our-restful-apis) environment:
Expand Down