gitlab-ci: Fix traces caching in tracie
authorAlexandros Frantzis <alexandros.frantzis@collabora.com>
Tue, 24 Mar 2020 14:34:05 +0000 (16:34 +0200)
committerAlexandros Frantzis <alexandros.frantzis@collabora.com>
Thu, 26 Mar 2020 11:55:26 +0000 (13:55 +0200)
commit05069e1f0794aadd40ce9269f858e50c64254388
tree981fbac1c3d61894fcb63596918a49df0f926ffb
parentefdce97e4bb0a4b2e5d81d2f9276f3eedd9561b6
gitlab-ci: Fix traces caching in tracie

We are currently comparing a hex string representation of the git lfs
OID with a byte array representation of the locally calculated OID,
causing detection of valid cached traces to fail. Ensure we are
comparing compatible representations (in this case hex strings).

Signed-off-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4300>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4300>
.gitlab-ci/tracie/tracie.py