From e4ee34416ef18094496ab54446e70cb62cd509e6 Mon Sep 17 00:00:00 2001 From: Gowroji Sunil <48122892+sgowroji@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:44:18 +0530 Subject: [PATCH] Docs should mention the new no-remote-cache-upload tag (#15965) Fixes : https://github.com/bazelbuild/bazel/issues/14518 PiperOrigin-RevId: 462641379 Change-Id: I152bb90be4951e2a68973967f0370aaed059dd7b Co-authored-by: Googler --- .../build/docgen/templates/attributes/common/tags.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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