ci: Fix the nick used in IRC reporting.
authorEric Anholt <eric@anholt.net>
Tue, 5 May 2020 19:17:49 +0000 (12:17 -0700)
committerMarge Bot <eric+marge@anholt.net>
Wed, 6 May 2020 18:34:38 +0000 (18:34 +0000)
commit2637961d29b3828e07953159d075f8544ce3fae5
tree13fb030fc2b21dc2f0070b7476ffaf3f47b2043f
parent2c50176dfea360775d36cbbb02027d959db6dfaa
ci: Fix the nick used in IRC reporting.

robclark found that we needed unique IDs when multiple runners were trying
to report flakes at the same time, but it turns out due to nick limits (16
chars on freenode) we were just getting all the runners appended with
"-142" (or whatever the prefix of the pipelines are these days).  And, for
the new flake reporting from baremetal, all the runners ended up being
just "google-freedreno".

Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4896>
.gitlab-ci/bare-metal/fastboot.sh
.gitlab-ci/deqp-runner.sh