ci/lava: Move the driver expectation files to the per-driver CI dir.

This will cause less retesting of other drivers when changing the dEQP
results for a driver.

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9353>
This commit is contained in:
Eric Anholt 2021-03-01 12:53:37 -08:00 committed by Marge Bot
parent 9f03ee7773
commit f3f4a24549
21 changed files with 0 additions and 4 deletions

View File

@ -32,7 +32,6 @@ cp -Rp .gitlab-ci/fossils install/
cp -Rp .gitlab-ci/fossilize-runner.sh install/
cp -Rp .gitlab-ci/deqp-runner.sh install/
cp -Rp .gitlab-ci/deqp-*.txt install/
cp -Rp ci-expects/*/* install/
find . -path \*/ci/\*.txt \
-o -path \*/ci/\*traces\*.yml \
| xargs -I '{}' cp -p '{}' install/

View File

@ -162,7 +162,6 @@
- src/gallium/drivers/panfrost/**/*
- src/gallium/winsys/panfrost/**/*
- src/panfrost/**/*
- ci-expects/panfrost/*
when: on_success
- when: never
@ -228,7 +227,6 @@
- src/gallium/drivers/lima/**/*
- src/gallium/winsys/lima/**/*
- src/lima/**/*
- ci-expects/lima/*
when: on_success
- when: never
@ -281,7 +279,6 @@
- src/amd/common/**/*
- src/amd/llvm/**/*
- src/amd/registers/**/*
- ci-expects/radeonsi/*
when: on_success
- when: never