freedreno: add CI for envytools tools
authorRob Clark <robdclark@chromium.org>
Fri, 24 Jul 2020 17:34:47 +0000 (10:34 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 28 Jul 2020 09:45:08 +0000 (09:45 +0000)
commitddcee248adfc5bdd4af25eb81ed981f2ec64d109
treed81826b1ad7bf690460fdfc673c26888d9a38423
parentb62e4a8e9e39d1adb87340b12d9fd31fb7c419ea
freedreno: add CI for envytools tools

This also tunes `.freedreno-rules` a bit so that it isn't triggered by
various tools that don't effect the driver build.

The .gitlab-ci directory is kept separate from the toplevel one so that
updates to (for example) reference decode output do not trigger all the
other-driver jobs to run.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6070>
16 files changed:
.gitlab-ci.yml
.gitlab-ci/container/x86_build.sh
.gitlab-ci/test-source-dep.yml
src/freedreno/.gitlab-ci/README.rst [new file with mode: 0644]
src/freedreno/.gitlab-ci/genoutput.sh [new file with mode: 0755]
src/freedreno/.gitlab-ci/reference/crash.log [new file with mode: 0644]
src/freedreno/.gitlab-ci/reference/es2gears-a320.log [new file with mode: 0644]
src/freedreno/.gitlab-ci/reference/fd-clouds.log [new file with mode: 0644]
src/freedreno/.gitlab-ci/reference/glxgears-a420.log [new file with mode: 0644]
src/freedreno/.gitlab-ci/reference/shadow.log [new file with mode: 0644]
src/freedreno/.gitlab-ci/run-fdtools.sh [new file with mode: 0755]
src/freedreno/.gitlab-ci/traces/crash.devcore [new file with mode: 0644]
src/freedreno/.gitlab-ci/traces/es2gears-a320.rd.gz [new file with mode: 0644]
src/freedreno/.gitlab-ci/traces/fd-clouds.rd.gz [new file with mode: 0644]
src/freedreno/.gitlab-ci/traces/glxgears-a420.rd.gz [new file with mode: 0644]
src/freedreno/.gitlab-ci/traces/shadow.rd.gz [new file with mode: 0644]