Skip to content

Commit e93889e

Browse files
committed
Merge branch 'main' into gallery-secondary-onward-container
2 parents ee1d789 + 599d5c8 commit e93889e

36 files changed

Lines changed: 274 additions & 2659 deletions

.github/labeler.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/ar-chromatic.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/ar-ci.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/ar-nodejs.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths-ignore:
66
- 'apps-rendering/**'
7+
- 'ab-testing/**'
8+
- '!ab-testing/config/abTests.ts'
79

810
jobs:
911
container:

.github/workflows/labeler.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

ab-testing/config/abTests.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,23 @@ const ABTests: ABTest[] = [
5353
status: "ON",
5454
expirationDate: "2025-12-30",
5555
type: "server",
56-
audienceSize: 10 / 100,
56+
audienceSize: 40 / 100,
5757
groups: ["control", "variant"],
5858
shouldForceMetricsCollection: false,
5959
},
60+
{
61+
name: "commercial-user-module-uid2",
62+
description:
63+
"A hold back test to measure the impact of integrating UID2 module",
64+
owners: ["commercial.dev@guardian.co.uk"],
65+
expirationDate: `2025-12-19`,
66+
type: "client",
67+
status: "ON",
68+
audienceSize: 10 / 100,
69+
audienceSpace: "A",
70+
groups: ["control", "variant"],
71+
shouldForceMetricsCollection: true,
72+
},
6073
];
6174

6275
const activeABtests = ABTests.filter((test) => test.status === "ON");

apps-rendering/.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
node_modules
33
api-models
44
webpack.config.ts
5-
cdk.out

apps-rendering/.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,3 @@ dist
2525

2626
# Istanbul/Jest code coverage
2727
coverage
28-
29-
# CDK asset staging directory
30-
.cdk.staging
31-
cdk.out

apps-rendering/artifact.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)