commit | 9112e471733fc227875813395cba6d00d6c70187 | [log] [tgz] |
---|---|---|
author | Yash Chaturvedi <yash.chaturvedi@linaro.org> | Mon May 08 17:00:30 2023 +0530 |
committer | Yash Chaturvedi <yash.chaturvedi@linaro.org> | Tue May 23 17:00:51 2023 +0000 |
tree | ec8ab16fb9b8d099cc40dd393f98e07f6a8e0193 | |
parent | 8186c782c8df4cbaf771b1f3e78e3ab60aee639d [diff] |
show task name in case of bad applicability query Before the change, 'UNKNOWN' is shown as task name when task is invalid due to bad applicability query, which makes it difficult for users to identify the misconfigured task. Update logic to output valid task name instead of 'UNKNOWN' in case of bad applicability query in task config, if the user has read permission on it. Add tests for the aforementioned case. Change-Id: Ibde48bff31ca95f94b95c77880bb3872cf3f0b77