ci/deqp: Move .shader_cache artifacts exclusion to the yml.

Less noise in the job log when we want to be highlighting deqp-runner's
output.

Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8206>
This commit is contained in:
Eric Anholt
2020-12-21 10:55:40 -08:00
committed by Marge Bot
parent 872cfe2beb
commit 35e9143428
2 changed files with 2 additions and 3 deletions

View File

@@ -1410,6 +1410,8 @@ arm64_a630_vk_sysmem:
paths:
- results/
- serial*.txt
exclude:
- results/*.shader_cache
.freedreno-test:
extends:

View File

@@ -266,9 +266,6 @@ DEQP_EXITCODE=$?
echo "System load: $(cut -d' ' -f1-3 < /proc/loadavg)"
echo "# of CPU cores: $(cat /proc/cpuinfo | grep processor | wc -l)"
# Remove the shader cache, no need to include in the artifacts.
find $RESULTS -name \*.shader_cache | xargs rm -f
# junit is disabled, because it overloads gitlab.freedesktop.org to parse it.
# quiet generate_junit $RESULTS_CSV > $RESULTS/results.xml