From 644db1722e8cce6bc85ea794156910928375cc0c Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Fri, 5 Sep 2025 09:59:37 +0200 Subject: [PATCH] [web] double compile 10% of free projects on c2d (#28303) GitOrigin-RevId: 2cb303881e61e31aa77be3c053eeac0d4b30412f --- services/web/app/src/Features/Compile/ClsiManager.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/app/src/Features/Compile/ClsiManager.js b/services/web/app/src/Features/Compile/ClsiManager.js index 2c710897a6..e0c95a1685 100644 --- a/services/web/app/src/Features/Compile/ClsiManager.js +++ b/services/web/app/src/Features/Compile/ClsiManager.js @@ -439,8 +439,7 @@ async function _makeNewBackendRequest( url.toString().replace(Settings.apis.clsi.url, Settings.apis.clsi_new.url) ) - // Sample x% of premium compile projects to move up one bracket. - if (currentCompileBackendClass !== 'c2d') return null + // Sample x% of projects to move up one bracket. if ( SplitTestHandler.getPercentile(projectId, 'double-compile', 'release') >= Settings.apis.clsi_new.sample