File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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-dev-hp" ,
22+ "name" : " Dev Happy Path" ,
23+ "packSpecificationIds" : [
24+ " notify-c5"
25+ ],
26+ "status" : " PROD" ,
27+ "type" : " STANDARD" ,
28+ "volumeGroupId" : " dev-vg1"
29+ }
Original file line number Diff line number Diff line change 1+ {
2+ "allocationPercentage" : 30 ,
3+ "id" : " supplier1-dev-vg1" ,
4+ "status" : " PROD" ,
5+ "supplier" : " supplier1" ,
6+ "volumeGroup" : " dev-vg1"
7+ }
Original file line number Diff line number Diff line change 1+ {
2+ "allocationPercentage" : 70 ,
3+ "id" : " supplier2-dev-vg1" ,
4+ "status" : " PROD" ,
5+ "supplier" : " supplier2" ,
6+ "volumeGroup" : " dev-vg1"
7+ }
Original file line number Diff line number Diff line change 1+ {
2+ "description" : " Dev Test Volume Group 1" ,
3+ "id" : " dev-vg1" ,
4+ "name" : " Dev Test Volume Group 1" ,
5+ "startDate" : " 2026-01-01" ,
6+ "status" : " PROD"
7+ }
You can’t perform that action at this time.
0 commit comments