Merge "Migrating RBE flags to RBE_ variables."

This commit is contained in:
Ola Rozenfeld 2020-03-20 13:16:45 +00:00 committed by Gerrit Code Review
commit 27818b9919

View file

@ -128,6 +128,16 @@ func runNinja(ctx Context, config Config) {
"GOMA_USE_LOCAL", "GOMA_USE_LOCAL",
// RBE client // RBE client
"RBE_compare",
"RBE_exec_root",
"RBE_exec_strategy",
"RBE_invocation_id",
"RBE_log_dir",
"RBE_platform",
"RBE_remote_accept_cache",
"RBE_remote_update_cache",
"RBE_server_address",
// TODO: remove old FLAG_ variables.
"FLAG_compare", "FLAG_compare",
"FLAG_exec_root", "FLAG_exec_root",
"FLAG_exec_strategy", "FLAG_exec_strategy",