File tree Expand file tree Collapse file tree
src/main/java/com/google/devtools/build/docgen/templates/attributes/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments