-
Notifications
You must be signed in to change notification settings - Fork 81
PoC experiments to C-S-S #3064
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
base: main
Are you sure you want to change the base?
PoC experiments to C-S-S #3064
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: Wed, 30 Apr 2025 15:51:29 GMT legacytrackers-unprotected-temporary.txt (13 more)
v3/macos-config.json--- v3/macos-config.json
+++ v3/macos-config.json
@@ -2100,8 +2100,22 @@
"name": "treatment",
"weight": 1
}
]
+ },
+ "bloops": {
+ "state": "enabled",
+ "rollout": {},
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "treatment",
+ "weight": 1
+ }
+ ]
}
}
},
"contextualOnboarding": {
@@ -6523,9 +6537,65 @@
}
],
"deviceMemory": {
"type": "undefined"
- }
+ },
+ "conditionalChanges": [
+ {
+ "condition": {
+ "experiment": {
+ "experimentName": "bloops",
+ "cohort": "treatment"
+ }
+ },
+ "patchSettings": [
+ {
+ "op": "replace",
+ "path": "/hardwareConcurrency",
+ "value": [
+ {
+ "type": "number",
+ "value": 400
+ },
+ {
+ "type": "number",
+ "value": 800,
+ "criteria": {
+ "arch": "AppleSilicon"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "condition": {
+ "experiment": {
+ "experimentName": "bloops",
+ "cohort": "control"
+ }
+ },
+ "patchSettings": [
+ {
+ "op": "replace",
+ "path": "/hardwareConcurrency",
+ "value": [
+ {
+ "type": "number",
+ "value": 200
+ },
+ {
+ "type": "number",
+ "value": 600,
+ "criteria": {
+ "arch": "AppleSilicon"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
},
"exceptions": [
{
"domain": "www.ticketmaster.com",
latestv4/android-config.json (12 more)
v4/macos-config.json--- v4/macos-config.json
+++ v4/macos-config.json
@@ -1706,8 +1706,22 @@
"name": "treatment",
"weight": 1
}
]
+ },
+ "bloops": {
+ "state": "enabled",
+ "rollout": {},
+ "cohorts": [
+ {
+ "name": "control",
+ "weight": 1
+ },
+ {
+ "name": "treatment",
+ "weight": 1
+ }
+ ]
}
}
},
"contextualOnboarding": {
@@ -6066,9 +6080,65 @@
}
],
"deviceMemory": {
"type": "undefined"
- }
+ },
+ "conditionalChanges": [
+ {
+ "condition": {
+ "experiment": {
+ "experimentName": "bloops",
+ "cohort": "treatment"
+ }
+ },
+ "patchSettings": [
+ {
+ "op": "replace",
+ "path": "/hardwareConcurrency",
+ "value": [
+ {
+ "type": "number",
+ "value": 400
+ },
+ {
+ "type": "number",
+ "value": 800,
+ "criteria": {
+ "arch": "AppleSilicon"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "condition": {
+ "experiment": {
+ "experimentName": "bloops",
+ "cohort": "control"
+ }
+ },
+ "patchSettings": [
+ {
+ "op": "replace",
+ "path": "/hardwareConcurrency",
+ "value": [
+ {
+ "type": "number",
+ "value": 200
+ },
+ {
+ "type": "number",
+ "value": 600,
+ "criteria": {
+ "arch": "AppleSilicon"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
},
"exceptions": [
{
"domain": "www.ticketmaster.com"
|
Asana Task/Github Issue:
Description
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