Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3a22d8e authored by Kousik Kumar's avatar Kousik Kumar
Browse files

Allowlist RBE_num_retries_if_mismatched variable

This variable tells reproxy the number of times an action that
mismatches between local and remote-executions should be run remotely to
determine if the action is inherently non-deterministic.
An action is considered non-deterministic if the number of unique output
digests we get from the remote-run is > 1.

Bug: b/178842439
Change-Id: I0d50eed29b801be67a7ede9b25ce7f4535980f05
parent 45a49718
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ func runBazel(ctx Context, config Config) {
			"RBE_exec_strategy",
			"RBE_invocation_id",
			"RBE_log_dir",
			"RBE_num_retries_if_mismatched",
			"RBE_platform",
			"RBE_remote_accept_cache",
			"RBE_remote_update_cache",
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ func runNinjaForBuild(ctx Context, config Config) {
			"RBE_exec_strategy",
			"RBE_invocation_id",
			"RBE_log_dir",
			"RBE_num_retries_if_mismatched",
			"RBE_platform",
			"RBE_remote_accept_cache",
			"RBE_remote_update_cache",