Skip to content

Commit 117b0ab

Browse files
Initial config dev test data
1 parent 3fe5a22 commit 117b0ab

5 files changed

Lines changed: 52 additions & 1 deletion

File tree

.github/workflows/stage-3-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ jobs:
161161
--targetAccountGroup "nhs-notify-supplier-api-dev" \
162162
--terraformAction "apply" \
163163
--overrideProjectName "nhs" \
164-
--overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
164+
--overrideRoleName "nhs-main-acct-supplier-api-github-deploy" \
165+
--internalRef "feature/CCM-12444-supplier-config-publishing-workflow"
165166
artefact-proxies:
166167
name: "Build proxies"
167168
runs-on: ubuntu-latest
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"constraints": {
3+
"blackCoveragePercentage": {
4+
"operator": "LESS_THAN",
5+
"value": 20
6+
},
7+
"deliveryDays": {
8+
"operator": "LESS_THAN",
9+
"value": 3
10+
},
11+
"sheets": {
12+
"operator": "LESS_THAN",
13+
"value": 5
14+
},
15+
"sides": {
16+
"operator": "LESS_THAN",
17+
"value": 10
18+
}
19+
},
20+
"description": "Dev test variant for happy path testing",
21+
"id": "notify-standard-test1",
22+
"name": "Dev Happy Path",
23+
"packSpecificationIds": [
24+
"notify-c5"
25+
],
26+
"status": "PROD",
27+
"type": "STANDARD",
28+
"volumeGroupId": "volumeGroup-test1"
29+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"allocationPercentage": 30,
3+
"id": "supplier1-volumeGroup-test1",
4+
"status": "PROD",
5+
"supplier": "supplier1",
6+
"volumeGroup": "volumeGroup-test1"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"allocationPercentage": 70,
3+
"id": "supplier2-volumeGroup-test1",
4+
"status": "PROD",
5+
"supplier": "supplier2",
6+
"volumeGroup": "volumeGroup-test1"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"description": "Dev Test Volume Group 1",
3+
"id": "volumeGroup-test1",
4+
"name": "Dev Test Volume Group 1",
5+
"startDate": "2026-01-01",
6+
"status": "PROD"
7+
}

0 commit comments

Comments
 (0)