mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-03 23:24:17 +08:00
ci: Move out expect files from .gitlab-ci
This way, when such a file is modified only the affected driver gets tested. It also helps to declutter the .gitlab-ci directory. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Rohan Garg <rohan.garg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8757>
This commit is contained in:
parent
e8246ad5f4
commit
6d2afe1c83
@ -26,14 +26,12 @@ fi
|
||||
# script and associated bits there.
|
||||
echo "$(cat VERSION) (git-$(git rev-parse HEAD | cut -b -10))" >> install/VERSION
|
||||
cp -Rp .gitlab-ci/bare-metal install/
|
||||
cp -Rp .gitlab-ci/deqp* install/
|
||||
cp -Rp .gitlab-ci/piglit install/
|
||||
cp -Rp .gitlab-ci/traces*.yml install/
|
||||
cp -Rp .gitlab-ci/fossils.yml install/
|
||||
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/
|
||||
|
||||
# Tar up the install dir so that symlinks and hardlinks aren't each
|
||||
# packed separately in the zip file.
|
||||
|
@ -94,6 +94,7 @@
|
||||
- src/gallium/drivers/llvmpipe/**/*
|
||||
- src/gallium/frontends/lavapipe/**/*
|
||||
- src/gallium/winsys/sw/**/*
|
||||
- ci-expects/llvmpipe/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -146,6 +147,7 @@
|
||||
- src/freedreno/vulkan/**/*
|
||||
- src/gallium/drivers/freedreno/**/*
|
||||
- src/gallium/winsys/freedreno/**/*
|
||||
- ci-expects/freedreno/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -163,6 +165,7 @@
|
||||
- src/gallium/drivers/panfrost/**/*
|
||||
- src/gallium/winsys/panfrost/**/*
|
||||
- src/panfrost/**/*
|
||||
- ci-expects/panfrost/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -181,6 +184,7 @@
|
||||
- src/gallium/drivers/vc4/**/*
|
||||
- src/gallium/winsys/kmsro/**/*
|
||||
- src/gallium/winsys/vc4/**/*
|
||||
- ci-expects/vc4/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -198,6 +202,7 @@
|
||||
- src/gallium/drivers/lima/**/*
|
||||
- src/gallium/winsys/lima/**/*
|
||||
- src/lima/**/*
|
||||
- ci-expects/lima/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -210,6 +215,7 @@
|
||||
- changes:
|
||||
- src/amd/**/*
|
||||
- src/vulkan/**/*
|
||||
- ci-expects/radv/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -229,6 +235,7 @@
|
||||
- changes:
|
||||
- src/gallium/drivers/virgl/**/*
|
||||
- src/gallium/winsys/virgl/**/*
|
||||
- ci-expects/virgl/*
|
||||
when: on_success
|
||||
- when: never
|
||||
|
||||
@ -250,6 +257,7 @@
|
||||
- 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