Skip to content

Commit

Permalink
Docs should mention the new no-remote-cache-upload tag (#15965)
Browse files Browse the repository at this point in the history
Fixes : #14518
PiperOrigin-RevId: 462641379
Change-Id: I152bb90be4951e2a68973967f0370aaed059dd7b

Co-authored-by: Googler <noreply@google.com>
  • Loading branch information
sgowroji and Googler committed Jul 25, 2022
1 parent 05e758d commit e4ee344
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,13 @@
executed remotely (but it may be cached remotely).
</li>

<li><code>no-remote</code> keyword prevents the action or test from being executed remotely
or cached remotely. This is equivalent to using both no-remote-cache and no-remote-exec.
<li><code>no-remote</code> keyword prevents the action or test from being executed remotely or
cached remotely. This is equivalent to using both
<code>no-remote-cache</code> and <code>no-remote-exec</code>.
</li>
<li><code>no-remote-cache-upload</code> keyword disables upload part of remote caching of a spawn.
it does not disable remote execution.
</li>

<li><code>local</code> keyword precludes the action or test from being remotely cached,
remotely executed, or run inside the sandbox.
For genrules and tests, marking the rule with the <code>local = True</code>
Expand Down

0 comments on commit e4ee344

Please sign in to comment.