commit | 5fee8f473ca7872965a62c894a70d1e0e8dc1604 | [log] [tgz] |
---|---|---|
author | liuyq <yongqin.liu@linaro.org> | Wed Apr 16 19:51:27 2025 +0800 |
committer | GitHub <noreply@github.com> | Wed Apr 16 12:51:27 2025 +0100 |
tree | 1dea70afd61c06a8648920b4675c1c9dca55ee24 | |
parent | 6684fb5d0dd9b875db8bf77ceffef116081f56fe [diff] |
noninteractive-tradefed: using HTTP_CACHE to get kisscache url (#560) After the following lava change: https://gitlab.com/lava/lava/-/merge_requests/2734 the kisscache url is exported by LAVA via the HTTP_CACHE variable, it's better to check and use the varible in the scripts as well, to avoid being passed from the LAVA job definition. Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>