From 8e54b77910b3e351e555b1d43d65c35e14c25cf7 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 3 Dec 2024 13:04:38 +0100 Subject: [PATCH] panfrost/ci: Convert to deqp-runner suite Convert the panfrost-g52-piglit-gles2:arm64 job to a deqp-runner suite. Signed-off-by: Valentine Burley Part-of: --- src/panfrost/ci/deqp-panfrost-g52-piglit.toml | 4 ++++ src/panfrost/ci/gitlab-ci.yml | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 src/panfrost/ci/deqp-panfrost-g52-piglit.toml diff --git a/src/panfrost/ci/deqp-panfrost-g52-piglit.toml b/src/panfrost/ci/deqp-panfrost-g52-piglit.toml new file mode 100644 index 00000000000..a3416008cff --- /dev/null +++ b/src/panfrost/ci/deqp-panfrost-g52-piglit.toml @@ -0,0 +1,4 @@ +[[piglit]] +piglit_folder = "/piglit" +profile = "quick_gl" +process_isolation = true diff --git a/src/panfrost/ci/gitlab-ci.yml b/src/panfrost/ci/gitlab-ci.yml index b9bb657cabf..1f5bb4961c2 100644 --- a/src/panfrost/ci/gitlab-ci.yml +++ b/src/panfrost/ci/gitlab-ci.yml @@ -358,14 +358,13 @@ panfrost-g52-vk-full:arm64: panfrost-g52-piglit-gles2:arm64: extends: - - .lava-piglit:arm64 + - .lava-test-deqp:arm64 - .panfrost-bifrost-gl-rules - .panfrost-test - .lava-meson-g12b-a311d-khadas-vim3:arm64 variables: HWCI_START_WESTON: 1 - DEQP_VER: gles2 - PIGLIT_PROFILES: quick_gl + DEQP_SUITE: panfrost-g52-piglit panfrost-g72-gl:arm64: parallel: 3