Because... * We want to allow updates to dirty states and allow editing for population percent for live rollouts This commit... * updates the serializer constants to reflect that
This commit is contained in:
Родитель
8f3a74e004
Коммит
86914f0482
|
@ -86,7 +86,9 @@ class TransitionConstants:
|
|||
NimbusExperiment.PublishStatus.IDLE,
|
||||
],
|
||||
"experiments": [],
|
||||
"rollouts": [],
|
||||
"rollouts": [
|
||||
NimbusExperiment.PublishStatus.DIRTY,
|
||||
],
|
||||
}
|
||||
|
||||
STATUS_UPDATE_EXEMPT_FIELDS = {
|
||||
|
@ -99,7 +101,7 @@ class TransitionConstants:
|
|||
"conclusion_recommendation",
|
||||
],
|
||||
"experiments": [],
|
||||
"rollouts": [],
|
||||
"rollouts": ["population_percent"],
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче