diff --git a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html index 349adeb0c243d0..98d7f8431b002d 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html +++ b/src/main/java/com/google/devtools/build/docgen/templates/attributes/common/tags.html @@ -42,10 +42,13 @@ executed remotely (but it may be cached remotely). -
no-remote
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.
+ no-remote
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
.
+ no-remote-cache-upload
keyword disables upload part of remote caching of a spawn.
+ it does not disable remote execution.
local
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 local = True