Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AB test config for Homepage Popular Links #47

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ab_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
- A
- B
- Z
- HomepagePopularLinksTest:
- A
- B
- C
- D
- Z
- SAVideoStopSelfEmployed:
- A
- B
Expand Down
8 changes: 0 additions & 8 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ active_ab_tests:
BankHolidaysTest: true
FindUtrNumberVideoLinks: true
VertexSearch: true
HomepagePopularLinksTest: true
SAVideoStopSelfEmployed: true
SAVideoReturn1: true
SAVideoPayBill: true
Expand All @@ -13,7 +12,6 @@ ab_test_expiries:
BankHolidaysTest: 86400
FindUtrNumberVideoLinks: 7776000 # 90 days
VertexSearch: 86400
HomepagePopularLinksTest: 604800 # 7 days
SAVideoStopSelfEmployed: 7776000 # 90 days
SAVideoReturn1: 7776000 # 90 days
SAVideoPayBill: 7776000 # 90 days
Expand All @@ -33,12 +31,6 @@ vertexsearch_percentages:
A: 0
B: 0
Z: 100
homepagepopularlinkstest_percentages:
A: 25
B: 25
C: 25
D: 25
Z: 0
savideostopselfemployed_percentages:
A: 50
B: 50
Expand Down