Mesa (main): radv/ci: re-enable fossils testing

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon May 16 09:48:33 UTC 2022


Module: Mesa
Branch: main
Commit: 5bc289c5476879deab94fc0844df5011aa330698
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bc289c5476879deab94fc0844df5011aa330698

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Wed May 11 16:19:01 2022 +0300

radv/ci: re-enable fossils testing

It has been disabled in December 2021 due to unreliability,
and never got re-enabled.

VEGA10 is disabled because it currently fails:

    Replay of parallel-rdp/uber_subgroup.foz failed
    Fossilize ERROR: Compute pipeline crashed or hung, hash: 520406f40241abf8. Rerun with: --compute-pipeline-range 4 5.

Suggested-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16455>

---

 src/amd/ci/gitlab-ci.yml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index f62358c7ad3..6524136a509 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -166,10 +166,11 @@ deqp-vangogh-valve:
     - amdgpu:codename:VANGOGH
 
 ############### Fossilize
-.radv-fossils:
+radv-fossils:
   extends:
-    - .fossilize-test
+    - .test-vk
     - .test-radv
+    - .fossilize-test
   script:
     # Pitcairn (GFX6)
     - export RADV_FORCE_FAMILY="PITCAIRN"
@@ -180,9 +181,9 @@ deqp-vangogh-valve:
     # Polaris10 (GFX8)
     - export RADV_FORCE_FAMILY="POLARIS10"
     - ./install/fossilize-runner.sh
-    # Vega10 (GFX9)
-    - export RADV_FORCE_FAMILY="VEGA10"
-    - ./install/fossilize-runner.sh
+    # Vega10 (GFX9): Currently fails, thus disabled
+    #- export RADV_FORCE_FAMILY="VEGA10"
+    #- ./install/fossilize-runner.sh
     # Navi10 (GFX10)
     - export RADV_FORCE_FAMILY="NAVI10"
     - ./install/fossilize-runner.sh



More information about the mesa-commit mailing list