Skip to content

Commit

Permalink
Merge pull request #49 from alphagov/ab-test-phase-2-jan2024
Browse files Browse the repository at this point in the history
Change multiple variable names in preparation for phase 2 of testing
  • Loading branch information
anatron authored Jan 24, 2024
2 parents 6d824d8 + de0136c commit 5419e26
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
10 changes: 3 additions & 7 deletions ab_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
24 changes: 9 additions & 15 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,19 +29,15 @@ vertexsearch_percentages:
A: 10
B: 10
Z: 80
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

0 comments on commit 5419e26

Please sign in to comment.