Migrating RBE flags to RBE_ variables.

Test: N/A, this only adds new variables.

Change-Id: Iad09352090ec255af82e77941e6e050137f1e83b
This commit is contained in:
Ola Rozenfeld 2020-03-19 20:04:13 -04:00
parent f597301853
commit 3992e37599
1 changed files with 10 additions and 0 deletions

View File

@ -128,6 +128,16 @@ func runNinja(ctx Context, config Config) {
"GOMA_USE_LOCAL",
// 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_exec_root",
"FLAG_exec_strategy",