Skip to content

Commit e4ee344

Browse files
sgowrojiGoogler
and
Googler
authored
Docs should mention the new no-remote-cache-upload tag (bazelbuild#15965)
Fixes : bazelbuild#14518 PiperOrigin-RevId: 462641379 Change-Id: I152bb90be4951e2a68973967f0370aaed059dd7b Co-authored-by: Googler <[email protected]>
1 parent 05e758d commit e4ee344

File tree

1 file changed

+6
-3
lines changed
  • src/main/java/com/google/devtools/build/docgen/templates/attributes/common

1 file changed

+6
-3
lines changed

src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@
4242
executed remotely (but it may be cached remotely).
4343
</li>
4444

45-
<li><code>no-remote</code> keyword prevents the action or test from being executed remotely
46-
or cached remotely. This is equivalent to using both no-remote-cache and no-remote-exec.
45+
<li><code>no-remote</code> keyword prevents the action or test from being executed remotely or
46+
cached remotely. This is equivalent to using both
47+
<code>no-remote-cache</code> and <code>no-remote-exec</code>.
48+
</li>
49+
<li><code>no-remote-cache-upload</code> keyword disables upload part of remote caching of a spawn.
50+
it does not disable remote execution.
4751
</li>
48-
4952
<li><code>local</code> keyword precludes the action or test from being remotely cached,
5053
remotely executed, or run inside the sandbox.
5154
For genrules and tests, marking the rule with the <code>local = True</code>

0 commit comments

Comments
 (0)