diff options
author | Samuel Pitoiset <[email protected]> | 2020-02-05 17:04:20 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-05 20:33:56 +0000 |
commit | 42a3d821cbd513db9abf31c4b61172dd7717f53c (patch) | |
tree | c7632ed743559d1766e106de06de26eec353b011 /.gitlab-ci/fossils.yml | |
parent | af1cd4585824e3efc941483d74915903439f27ba (diff) |
gitlab-ci: add a job that runs Fossilize on RADV/Polaris10
RADV_FORCE_FAMILY forces creating a null device that allows RADV
to be instanced without AMDGPU.
The Fossilize database only contains pipelines from the Sascha
Vulkan triangle demos at the moment. I will add more once this
is merged.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3960>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3960>
Diffstat (limited to '.gitlab-ci/fossils.yml')
-rw-r--r-- | .gitlab-ci/fossils.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci/fossils.yml b/.gitlab-ci/fossils.yml new file mode 100644 index 00000000000..5b2b2412dac --- /dev/null +++ b/.gitlab-ci/fossils.yml @@ -0,0 +1,6 @@ +fossils-db: + repo: "https://gitlab.freedesktop.org/hakzsam/fossils-db" + commit: "49a8278432f7afcb54dd059f667a70561592ecbf" + +fossils: + - path: sascha-willems/triangle.f93c6e96adcd7946.1.foz |