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

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 30 20:10:06 UTC 2022


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

Author: Rhys Perry <pendingchaos02 at gmail.com>
Date:   Wed Jun 29 14:30:06 2022 +0100

radv/ci: re-enable vega10 fossils testing

Should work now.

Signed-off-by: Rhys Perry <pendingchaos02 at gmail.com>
Reviewed-by: Daniel Schürmann <daniel at schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17295>

---

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

diff --git a/src/amd/ci/gitlab-ci.yml b/src/amd/ci/gitlab-ci.yml
index 1fa15600e4b..6c1ef4deb79 100644
--- a/src/amd/ci/gitlab-ci.yml
+++ b/src/amd/ci/gitlab-ci.yml
@@ -255,9 +255,9 @@ radv-fossils:
     # Polaris10 (GFX8)
     - export RADV_FORCE_FAMILY="POLARIS10"
     - ./install/fossilize-runner.sh
-    # Vega10 (GFX9): Currently fails, thus disabled
-    #- export RADV_FORCE_FAMILY="VEGA10"
-    #- ./install/fossilize-runner.sh
+    # Vega10 (GFX9)
+    - 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