mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 15:30:09 +00:00
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:
parent
9f03ee7773
commit
f3f4a24549
@ -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/
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user