Skip to content

Commit e5be337

Browse files
add local config for dev
1 parent 03ca601 commit e5be337

92 files changed

Lines changed: 2146 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
shell: bash
205205
run: |
206206
.github/scripts/dispatch_internal_repo_workflow.sh \
207+
--infraRepoName "$(echo ${{ github.repository }} | cut -d'/' -f2)" \
207208
--releaseVersion ${{ github.head_ref || github.ref_name }} \
208209
--targetWorkflow "publish-supplier-config.yaml" \
209210
--targetEnvironment "${{ steps.set-environment.outputs.environment_name }}" \
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-aspiring"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 3
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 6
26+
}
27+
},
28+
"description": "Colour printing, ASPIRING envelope, Attachment",
29+
"id": "digitrials-aspiring",
30+
"name": "Digitrials - ASPIRING",
31+
"packSpecificationIds": [
32+
"digitrials-aspiring"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-dmapp"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 5
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 10
26+
}
27+
},
28+
"description": "Admail, colour printing",
29+
"id": "digitrials-dmapp",
30+
"name": "Digitrials - DMAPP",
31+
"packSpecificationIds": [
32+
"notify-admail"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-globalminds"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 5
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 10
26+
}
27+
},
28+
"description": "Admail?, colour printing, booklet",
29+
"id": "digitrials-globalminds",
30+
"name": "Digitrials - Global Minds",
31+
"packSpecificationIds": [
32+
"digitrials-globalminds"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-mymelanoma"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 5
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 10
26+
}
27+
},
28+
"description": "Admail, colour printing, MyMelanoma envelope",
29+
"id": "digitrials-mymelanoma",
30+
"name": "Digitrials - MyMelanoma",
31+
"packSpecificationIds": [
32+
"digitrials-mymelanoma"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-ofh"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 5
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 10
26+
}
27+
},
28+
"description": "Admail, colour printing, OFH envelope",
29+
"id": "digitrials-ofh",
30+
"name": "Digitrials - Our Future Health",
31+
"packSpecificationIds": [
32+
"digitrials-ofh"
33+
],
34+
"status": "PROD",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-prostateprogress"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 4
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 8
26+
}
27+
},
28+
"description": "Colour printing, PP envelope, Attachment",
29+
"id": "digitrials-prostateprogress",
30+
"name": "Digitrials - Prostate Progress",
31+
"packSpecificationIds": [
32+
"digitrials-prostateprogress"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-protectc"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 5
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 10
26+
}
27+
},
28+
"description": "Economy, colour printing",
29+
"id": "digitrials-protectc",
30+
"name": "Digitrials - PROTECT-C",
31+
"packSpecificationIds": [
32+
"notify-c5-colour"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"campaignIds": [
3+
"digitrials-restore"
4+
],
5+
"clientId": "digitrials",
6+
"constraints": {
7+
"blackCoveragePercentage": {
8+
"operator": "LESS_THAN",
9+
"value": 20
10+
},
11+
"colourCoveragePercentage": {
12+
"operator": "LESS_THAN",
13+
"value": 10
14+
},
15+
"deliveryDays": {
16+
"operator": "LESS_THAN",
17+
"value": 3
18+
},
19+
"sheets": {
20+
"operator": "LESS_THAN",
21+
"value": 5
22+
},
23+
"sides": {
24+
"operator": "LESS_THAN",
25+
"value": 10
26+
}
27+
},
28+
"description": "Admail?, colour printing, booklet",
29+
"id": "digitrials-restore",
30+
"name": "Digitrials - Restore",
31+
"packSpecificationIds": [
32+
"digitrials-restore"
33+
],
34+
"status": "INT",
35+
"supplierId": "datagraphic",
36+
"type": "STANDARD",
37+
"volumeGroupId": "datagraphic"
38+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"clientId": "gp-reg",
3+
"constraints": {
4+
"blackCoveragePercentage": {
5+
"operator": "LESS_THAN",
6+
"value": 20
7+
},
8+
"colourCoveragePercentage": {
9+
"operator": "LESS_THAN",
10+
"value": 10
11+
},
12+
"deliveryDays": {
13+
"operator": "LESS_THAN",
14+
"value": 3
15+
},
16+
"sheets": {
17+
"operator": "LESS_THAN",
18+
"value": 5
19+
},
20+
"sides": {
21+
"operator": "LESS_THAN",
22+
"value": 10
23+
}
24+
},
25+
"description": "Letter with admail postage tariff",
26+
"id": "gpreg-admail",
27+
"name": "Admail letter",
28+
"packSpecificationIds": [
29+
"notify-admail"
30+
],
31+
"status": "INT",
32+
"supplierId": "synertec",
33+
"type": "STANDARD",
34+
"volumeGroupId": "synertec"
35+
}

0 commit comments

Comments
 (0)