Closed saraadams closed 11 months ago
Surface actions that did not check the remote cache, although remote caching is used.
If remote caching is used, check for action processing without a related event remote action cache check. These actions are likely marked with no-cache or no-remote-cache. See tags on https://bazel.build/reference/be/common-definitions#common-attributes
action processing
remote action cache check
no-cache
no-remote-cache
tags
Problem
Surface actions that did not check the remote cache, although remote caching is used.
Preferred solution
If remote caching is used, check for
action processing
without a related eventremote action cache check
. These actions are likely marked withno-cache
orno-remote-cache
. Seetags
on https://bazel.build/reference/be/common-definitions#common-attributes