|
@@ -163,26 +163,6 @@ export async function provisionSplitTests(merge = false, extraSplitTests = []) {
|
|
|
'utf-8'
|
|
'utf-8'
|
|
|
)
|
|
)
|
|
|
)
|
|
)
|
|
|
- // Add WIP split test, we can update the JSON blob once this is in production
|
|
|
|
|
- SPLIT_TESTS.push({
|
|
|
|
|
- name: 'compile-from-history',
|
|
|
|
|
- versions: [
|
|
|
|
|
- {
|
|
|
|
|
- versionNumber: 1,
|
|
|
|
|
- createdAt: '2026-02-25T14:55:31.260Z',
|
|
|
|
|
- active: true,
|
|
|
|
|
- analyticsEnabled: false,
|
|
|
|
|
- phase: 'release',
|
|
|
|
|
- variants: [
|
|
|
|
|
- {
|
|
|
|
|
- name: 'enabled',
|
|
|
|
|
- rolloutPercent: 0,
|
|
|
|
|
- rolloutStripes: [],
|
|
|
|
|
- },
|
|
|
|
|
- ],
|
|
|
|
|
- },
|
|
|
|
|
- ],
|
|
|
|
|
- })
|
|
|
|
|
console.log(`> Importing ${SPLIT_TESTS.length} split-tests from production.`)
|
|
console.log(`> Importing ${SPLIT_TESTS.length} split-tests from production.`)
|
|
|
if (merge) {
|
|
if (merge) {
|
|
|
await SplitTestManager.mergeSplitTests(SPLIT_TESTS, false)
|
|
await SplitTestManager.mergeSplitTests(SPLIT_TESTS, false)
|