From a33487c0378f6421f6853b5d263e96ad088b2f86 Mon Sep 17 00:00:00 2001 From: Leena Gupte Date: Tue, 23 Jan 2024 16:37:49 +0000 Subject: [PATCH 1/2] Ramp up the Vertex Search A/B test to 10% --- dictionaries.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dictionaries.yaml b/dictionaries.yaml index 77dfc91..1776c82 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -28,9 +28,9 @@ findutrnumbervideolinks_percentages: B: 50 Z: 0 vertexsearch_percentages: - A: 1 - B: 1 - Z: 98 + A: 10 + B: 10 + Z: 80 savideostopselfemployed_percentages: A: 50 B: 50 From 8c605e6dda40e64dd129bcd379d88b3f5e3e3433 Mon Sep 17 00:00:00 2001 From: Leena Gupte Date: Wed, 24 Jan 2024 11:14:42 +0000 Subject: [PATCH 2/2] Temporarily removes the datagovuk in integration This module is failing in fastly. It needs be removed so that other changes can still go ahead whilst it is being fixed. --- datagovuk.tf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/datagovuk.tf b/datagovuk.tf index 3ce538b..3d66e3b 100644 --- a/datagovuk.tf +++ b/datagovuk.tf @@ -2,14 +2,14 @@ variable "datagovuk_integration" { type = string } -module "datagovuk-integration" { - source = "./modules/datagovuk" +# module "datagovuk-integration" { +# source = "./modules/datagovuk" - configuration = { - environment = "integration" - git_hash = var.TFC_CONFIGURATION_VERSION_GIT_COMMIT_SHA - probe = "/" - } +# configuration = { +# environment = "integration" +# git_hash = var.TFC_CONFIGURATION_VERSION_GIT_COMMIT_SHA +# probe = "/" +# } - secrets = yamldecode(var.datagovuk_integration) -} +# secrets = yamldecode(var.datagovuk_integration) +# }