Home
last modified time | relevance | path

Searched refs:hide_tag (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/.gitlab-ci/lava/utils/
Dlog_follower.py217 def hide_sensitive_data(yaml_data, hide_tag="HIDEME"): argument
218 return "".join(line for line in yaml_data.splitlines(True) if hide_tag not in line)