-
Notifications
You must be signed in to change notification settings - Fork 68
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
rerun ab test on android #2773
rerun ab test on android #2773
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Fri, 21 Feb 2025 19:39:20 GMT legacytrackers-unprotected-temporary.txt (13 more)
v3/android-config.json--- v3/android-config.json
+++ v3/android-config.json
@@ -1890,9 +1890,9 @@
}
]
},
"tdsNextExperimentBaselineBackup4": {
- "state": "enabled",
+ "state": "disabled",
"minSupportedVersion": 52250000,
"rollout": {
"steps": [
{
@@ -1913,8 +1913,33 @@
"name": "treatment",
"weight": 0
}
]
+ },
+ "tdsNextExperimentBaselineBackup5": {
+ "state": "enabled",
+ "minSupportedVersion": 52250000,
+ "rollout": {
+ "steps": [
+ {
+ "percent": 50
+ }
+ ]
+ },
+ "settings": {
+ "controlUrl": "v5/temp/android-tds-backup5-a.json",
+ "treatmentUrl": "v5/temp/android-tds-backup5-b.json"
+ },
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "treatment",
+ "weight": 1
+ }
+ ]
}
}
},
"bookmarksSorting": {
latestv4/android-config.json--- v4/android-config.json
+++ v4/android-config.json
@@ -1760,9 +1760,9 @@
}
]
},
"tdsNextExperimentBaselineBackup4": {
- "state": "enabled",
+ "state": "disabled",
"minSupportedVersion": 52250000,
"rollout": {
"steps": [
{
@@ -1783,8 +1783,33 @@
"name": "treatment",
"weight": 0
}
]
+ },
+ "tdsNextExperimentBaselineBackup5": {
+ "state": "enabled",
+ "minSupportedVersion": 52250000,
+ "rollout": {
+ "steps": [
+ {
+ "percent": 50
+ }
+ ]
+ },
+ "settings": {
+ "controlUrl": "v5/temp/android-tds-backup5-a.json",
+ "treatmentUrl": "v5/temp/android-tds-backup5-b.json"
+ },
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "treatment",
+ "weight": 1
+ }
+ ]
}
}
},
"bookmarksSorting": {
v4/extension-brave-config.json (12 more)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Asana Task/Github Issue:
https://app.asana.com/0/11472677167855/1208502061159630
Description
Rerun a/b blocklist test on android
Feature change process:
Additional info:
Site breakage mitigation process:
Brief explanation
Reported URL:
Problems experienced:
Platforms affected:
Tracker(s) being unblocked:
Feature being disabled:
I have referenced the URL of this PR as the "reason" value for the exception (where applicable).
This change is a speculative mitigation to fix reported breakage.
Reference