diff options
author | Alexandros Frantzis <[email protected]> | 2020-01-08 17:46:46 +0200 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2020-02-20 08:06:13 +0100 |
commit | 803ab5d6be6bc63e3eae827d7297e0cd98cc61dd (patch) | |
tree | ac1b9974160a7c2970d6cc9104e4252499a7f360 /.gitlab-ci/prepare-artifacts.sh | |
parent | 50f1950ac0b52d291ac70bc1ce871a03ed88ba4a (diff) |
gitlab-ci: Automated testing with OpenGL traces
Introduce automated testing of Mesa by replaying traces with Renderdoc
or Apitrace.
For now only LLVMPipe is tested, but other drivers can be tested if
there's runners with the necessary hardware.
Signed-off-by: Alexandros Frantzis <[email protected]>
Signed-off-by: Tomeu Vizoso <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2935>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2935>
Diffstat (limited to '.gitlab-ci/prepare-artifacts.sh')
-rwxr-xr-x | .gitlab-ci/prepare-artifacts.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index b1424b12102..f6a3f1beee4 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -26,6 +26,9 @@ mkdir -p artifacts/ cp VERSION artifacts/ cp -Rp .gitlab-ci/deqp* artifacts/ cp -Rp .gitlab-ci/piglit artifacts/ +cp -Rp .gitlab-ci/traces.yml artifacts/ +cp -Rp .gitlab-ci/tracie artifacts/ +cp -Rp .gitlab-ci/tracie-runner.sh artifacts/ # Tar up the install dir so that symlinks and hardlinks aren't each # packed separately in the zip file. |