diff options
author | Eric Anholt <[email protected]> | 2020-05-01 09:57:00 -0700 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-05-06 18:34:38 +0000 |
commit | 3b5e71cb181bae7646abe561a779b3d2062ba0cb (patch) | |
tree | 1810e0edaca3bba1290883885ae2dc0f84123df9 /.gitlab-ci/create-rootfs.sh | |
parent | c7bbc211d681696687a134eb158d55fcb674907c (diff) |
ci: Enable IRC flake reporting on freedreno baremetal boards.
The IRC channel is useful for me to track and ban flaky tests before they
irritate people too much.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2654
Reviewed-by: Rob Clark <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4896>
Diffstat (limited to '.gitlab-ci/create-rootfs.sh')
-rw-r--r-- | .gitlab-ci/create-rootfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/create-rootfs.sh b/.gitlab-ci/create-rootfs.sh index 89d50d3f5a1..aa6449e097e 100644 --- a/.gitlab-ci/create-rootfs.sh +++ b/.gitlab-ci/create-rootfs.sh @@ -12,6 +12,7 @@ apt-get -y install --no-install-recommends \ libdrm2 \ libdrm-nouveau2 \ firmware-qcom-media \ + netcat-openbsd \ wget \ xz-utils passwd root -d |