Skip to content

Commit 80bf6ec

Browse files
committed
tryig maintain id flag holdout
1 parent a291a87 commit 80bf6ec

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

Diff for: .github/workflows/demo_provisioning_scripts/DemoBuilder.py

+41-41
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def build(self):
3636
self.create_metrics()
3737
self.create_metric_groups()
3838
self.create_flags()
39-
# self.update_add_userid_to_flags()
39+
self.update_add_userid_to_flags()
4040
self.setup_release_pipeline()
4141
self.create_ai_config()
4242
self.create_and_run_experiments()
@@ -538,46 +538,46 @@ def update_add_userid_to_flags(self):
538538
##################################################
539539

540540
def add_userid_to_flags(self):
541-
res = self.ldproject.add_maintainer_to_flag("wealthManagement")
542-
res = self.ldproject.add_maintainer_to_flag("federatedAccounts")
543-
res = self.ldproject.add_maintainer_to_flag("togglebankDBGuardedRelease")
544-
res = self.ldproject.add_maintainer_to_flag("togglebankAPIGuardedRelease")
545-
res = self.ldproject.add_maintainer_to_flag("financialDBMigration")
546-
res = self.ldproject.add_maintainer_to_flag("investment-recent-trade-db")
547-
res = self.ldproject.add_maintainer_to_flag("release-new-investment-stock-api")
548-
res = self.ldproject.add_maintainer_to_flag("ai-config--destination-picker-new-ai-model")
549-
res = self.ldproject.add_maintainer_to_flag("ai-config--ai-travel-prompt-text")
550-
res = self.ldproject.add_maintainer_to_flag("ai-config--togglebot")
551-
res = self.ldproject.add_maintainer_to_flag("ai-config--ai-new-model-chatbot")
552-
res = self.ldproject.add_maintainer_to_flag("storeAttentionCallout")
553-
res = self.ldproject.add_maintainer_to_flag("cartSuggestedItems")
554-
res = self.ldproject.add_maintainer_to_flag("enhancedUserAuthentication")
555-
res = self.ldproject.add_maintainer_to_flag("biometricLoginSupport")
556-
res = self.ldproject.add_maintainer_to_flag("customizableAccountDashboards")
557-
res = self.ldproject.add_maintainer_to_flag("realTimeTransactionAlerts")
558-
res = self.ldproject.add_maintainer_to_flag("aiPoweredExpenseCategorization")
559-
res = self.ldproject.add_maintainer_to_flag("fraudDetectionAlerts")
560-
res = self.ldproject.add_maintainer_to_flag("darkModeInterfaceOption")
561-
res = self.ldproject.add_maintainer_to_flag("automatedSavingsGoals")
562-
res = self.ldproject.add_maintainer_to_flag("multiCurrencySupport")
563-
res = self.ldproject.add_maintainer_to_flag("peerToPeerPaymentTransfers")
564-
res = self.ldproject.add_maintainer_to_flag("creditScoreMonitoringTool")
565-
res = self.ldproject.add_maintainer_to_flag("voiceCommandBankingAssistant")
566-
res = self.ldproject.add_maintainer_to_flag("loanApplicationTracker")
567-
res = self.ldproject.add_maintainer_to_flag("detailedSpendingInsightsReports")
568-
res = self.ldproject.add_maintainer_to_flag("scheduledBillPayments")
569-
res = self.ldproject.add_maintainer_to_flag("crossBorderPaymentSimplification")
570-
res = self.ldproject.add_maintainer_to_flag("merchantRewardsIntegration")
571-
res = self.ldproject.add_maintainer_to_flag("virtualCardIssuance")
572-
res = self.ldproject.add_maintainer_to_flag("apiSupportForThirdPartyApplications")
573-
res = self.ldproject.add_maintainer_to_flag("betaDarkMode")
574-
res = self.ldproject.add_maintainer_to_flag("experimentalPaymentGateway")
575-
res = self.ldproject.add_maintainer_to_flag("limitedTimeOfferBanner")
576-
res = self.ldproject.add_maintainer_to_flag("earlyAccessFeatureToggle")
577-
res = self.ldproject.add_maintainer_to_flag("debuggingModeForDevelopers")
578-
res = self.ldproject.add_maintainer_to_flag("release-new-search-engine")
579-
res = self.ldproject.add_maintainer_to_flag("release-new-shorten-collections-page")
580-
541+
# res = self.ldproject.add_maintainer_to_flag("wealthManagement")
542+
# res = self.ldproject.add_maintainer_to_flag("federatedAccounts")
543+
# res = self.ldproject.add_maintainer_to_flag("togglebankDBGuardedRelease")
544+
# res = self.ldproject.add_maintainer_to_flag("togglebankAPIGuardedRelease")
545+
# res = self.ldproject.add_maintainer_to_flag("financialDBMigration")
546+
# res = self.ldproject.add_maintainer_to_flag("investment-recent-trade-db")
547+
# res = self.ldproject.add_maintainer_to_flag("release-new-investment-stock-api")
548+
# res = self.ldproject.add_maintainer_to_flag("ai-config--destination-picker-new-ai-model")
549+
# res = self.ldproject.add_maintainer_to_flag("ai-config--ai-travel-prompt-text")
550+
# res = self.ldproject.add_maintainer_to_flag("ai-config--togglebot")
551+
# res = self.ldproject.add_maintainer_to_flag("ai-config--ai-new-model-chatbot")
552+
# res = self.ldproject.add_maintainer_to_flag("storeAttentionCallout")
553+
# res = self.ldproject.add_maintainer_to_flag("cartSuggestedItems")
554+
# res = self.ldproject.add_maintainer_to_flag("enhancedUserAuthentication")
555+
# res = self.ldproject.add_maintainer_to_flag("biometricLoginSupport")
556+
# res = self.ldproject.add_maintainer_to_flag("customizableAccountDashboards")
557+
# res = self.ldproject.add_maintainer_to_flag("realTimeTransactionAlerts")
558+
# res = self.ldproject.add_maintainer_to_flag("aiPoweredExpenseCategorization")
559+
# res = self.ldproject.add_maintainer_to_flag("fraudDetectionAlerts")
560+
# res = self.ldproject.add_maintainer_to_flag("darkModeInterfaceOption")
561+
# res = self.ldproject.add_maintainer_to_flag("automatedSavingsGoals")
562+
# res = self.ldproject.add_maintainer_to_flag("multiCurrencySupport")
563+
# res = self.ldproject.add_maintainer_to_flag("peerToPeerPaymentTransfers")
564+
# res = self.ldproject.add_maintainer_to_flag("creditScoreMonitoringTool")
565+
# res = self.ldproject.add_maintainer_to_flag("voiceCommandBankingAssistant")
566+
# res = self.ldproject.add_maintainer_to_flag("loanApplicationTracker")
567+
# res = self.ldproject.add_maintainer_to_flag("detailedSpendingInsightsReports")
568+
# res = self.ldproject.add_maintainer_to_flag("scheduledBillPayments")
569+
# res = self.ldproject.add_maintainer_to_flag("crossBorderPaymentSimplification")
570+
# res = self.ldproject.add_maintainer_to_flag("merchantRewardsIntegration")
571+
# res = self.ldproject.add_maintainer_to_flag("virtualCardIssuance")
572+
# res = self.ldproject.add_maintainer_to_flag("apiSupportForThirdPartyApplications")
573+
# res = self.ldproject.add_maintainer_to_flag("betaDarkMode")
574+
# res = self.ldproject.add_maintainer_to_flag("experimentalPaymentGateway")
575+
# res = self.ldproject.add_maintainer_to_flag("limitedTimeOfferBanner")
576+
# res = self.ldproject.add_maintainer_to_flag("earlyAccessFeatureToggle")
577+
# res = self.ldproject.add_maintainer_to_flag("debuggingModeForDevelopers")
578+
# res = self.ldproject.add_maintainer_to_flag("release-new-search-engine")
579+
# res = self.ldproject.add_maintainer_to_flag("release-new-shorten-collections-page")
580+
res = self.ldproject.add_maintainer_to_flag("q-4-increase-average-total-in-cart-price-ld-holdout")
581581
# ############################################################################################################
582582

583583
# Update project settings

0 commit comments

Comments
 (0)