From 7ff6c2037c34313147c8064f94589e84168ea1cd Mon Sep 17 00:00:00 2001 From: Cynthia Anyaeriuba Date: Tue, 23 Jan 2024 14:45:19 +0000 Subject: [PATCH] Change multiple variable names in preparation for phase 2 of testing --- ab_tests.yaml | 10 +++------- dictionaries.yaml | 24 +++++++++--------------- 2 files changed, 12 insertions(+), 22 deletions(-) diff --git a/ab_tests.yaml b/ab_tests.yaml index 70bd74a..f329c5f 100644 --- a/ab_tests.yaml +++ b/ab_tests.yaml @@ -15,19 +15,15 @@ - A - B - Z -- SAVideoStopSelfEmployed: +- SAVideoStopSelfEmployed2: - A - B - Z -- SAVideoReturn1: +- SAVideoReturn2: - A - B - Z -- SAVideoPayBill: - - A - - B - - Z -- ReadyReckonerVideoTest: +- ReadyReckonerVideoTest2: - A - B - Z diff --git a/dictionaries.yaml b/dictionaries.yaml index 77dfc91..23412b1 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -3,19 +3,17 @@ active_ab_tests: BankHolidaysTest: true FindUtrNumberVideoLinks: true VertexSearch: true - SAVideoStopSelfEmployed: true - SAVideoReturn1: true - SAVideoPayBill: true - ReadyReckonerVideoTest: true + SAVideoStopSelfEmployed2: true + SAVideoReturn2: true + ReadyReckonerVideoTest2: true ab_test_expiries: Example: 86400 BankHolidaysTest: 86400 FindUtrNumberVideoLinks: 7776000 # 90 days VertexSearch: 86400 - SAVideoStopSelfEmployed: 7776000 # 90 days - SAVideoReturn1: 7776000 # 90 days - SAVideoPayBill: 7776000 # 90 days - ReadyReckonerVideoTest: 7776000 # 90 days + SAVideoStopSelfEmployed2: 7776000 # 90 days + SAVideoReturn2: 7776000 # 90 days + ReadyReckonerVideoTest2: 7776000 # 90 days # AB test percentages example_percentages: A: 50 @@ -31,19 +29,15 @@ vertexsearch_percentages: A: 1 B: 1 Z: 98 -savideostopselfemployed_percentages: +savideostopselfemployed2_percentages: A: 50 B: 50 Z: 0 -savideoreturn1_percentages: +savideoreturn2_percentages: A: 50 B: 50 Z: 0 -savideopaybill_percentages: - A: 50 - B: 50 - Z: 0 -readyreckonervideotest_percentages: +readyreckonervideotest2_percentages: A: 50 B: 50 Z: 0