From e5631add0d1c97da4686f474735d45705facd308 Mon Sep 17 00:00:00 2001 From: Dmitry Osipenko Date: Fri, 23 Sep 2022 17:29:57 +0300 Subject: [PATCH] ci/virgl: Enable virgl-iris-traces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All virgl-iris-traces tests are passing now after the crosvm revup that fixed crosvm crash and after updating test checksums. Enable auto-testing for the virgl-iris-traces pipeline stage. Reviewed-by: Corentin Noël Signed-off-by: Dmitry Osipenko Part-of: --- src/gallium/drivers/virgl/ci/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/virgl/ci/gitlab-ci.yml b/src/gallium/drivers/virgl/ci/gitlab-ci.yml index 40c2e12ae31..ad69c0fc14e 100644 --- a/src/gallium/drivers/virgl/ci/gitlab-ci.yml +++ b/src/gallium/drivers/virgl/ci/gitlab-ci.yml @@ -90,7 +90,6 @@ virgl-iris-traces: extends: - .virgl-iris-test - .virgl-rules - - .test-manual-mr variables: PIGLIT_REPLAY_EXTRA_ARGS: "--keep-image --download-caching-proxy-url=${FDO_HTTP_CACHE_URI}"