aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci/prepare-artifacts.sh
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2020-02-26 09:33:14 +0100
committerMarge Bot <[email protected]>2020-03-05 20:33:56 +0000
commit1cdb6edbe6dcfa3b0d254dc0f1f31e35be3b10ff (patch)
treee584a98518a21f3988097776adf979b9adfc6778 /.gitlab-ci/prepare-artifacts.sh
parent93fcc9ad57a7e0e64ae45988e62b24563ff9fdc3 (diff)
gitlab-ci: add Fossilize support to detect compiler regressions
Fossilize is equivalent to vkpipeline-db but it's definitely more robust. This is based on the CI traces system. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Alexandros Frantzis <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3960>
Diffstat (limited to '.gitlab-ci/prepare-artifacts.sh')
-rwxr-xr-x.gitlab-ci/prepare-artifacts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh
index 93910528d99..8a4b2510714 100755
--- a/.gitlab-ci/prepare-artifacts.sh
+++ b/.gitlab-ci/prepare-artifacts.sh
@@ -30,6 +30,8 @@ cp -Rp .gitlab-ci/traces.yml artifacts/
cp -Rp .gitlab-ci/tracie artifacts/
cp -Rp .gitlab-ci/tracie-runner-gl.sh artifacts/
cp -Rp .gitlab-ci/tracie-runner-vk.sh artifacts/
+cp -Rp .gitlab-ci/fossils artifacts/
+cp -Rp .gitlab-ci/fossilize-runner.sh artifacts/
# Tar up the install dir so that symlinks and hardlinks aren't each
# packed separately in the zip file.