add comment

This commit is contained in:
Antonio Andelic 2023-10-18 10:22:18 +02:00 committed by GitHub
parent 70d366a8eb
commit be7be17352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,9 @@ from upload_result_helper import upload_results
def get_additional_envs() -> List[str]:
result = []
# some cloud-specific features require feature flags enabled
# so we need this ENV to be able to disable the randomization
# of feature flags
result.append(f"RANDOMIZE_KEEPER_FEATURE_FLAGS=1")
return result