Module: Mesa Branch: main Commit: 0cb5333a148953bf8da94f6d46631c0667507de9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cb5333a148953bf8da94f6d46631c0667507de9
Author: Tomeu Vizoso <[email protected]> Date: Tue Feb 1 09:24:56 2022 +0100 iris/ci: Enable Whiskey Lake boards by default The boards should be stable now. Signed-off-by: Tomeu Vizoso <[email protected]> Acked-by: Emma Anholt <[email protected]> Reviewed-by: Cristian Ciocaltea <[email protected]> Acked-by: Daniel Stone <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14822> --- src/gallium/drivers/iris/ci/gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/iris/ci/gitlab-ci.yml b/src/gallium/drivers/iris/ci/gitlab-ci.yml index f3a360f6f8a..881eee8abf7 100644 --- a/src/gallium/drivers/iris/ci/gitlab-ci.yml +++ b/src/gallium/drivers/iris/ci/gitlab-ci.yml @@ -51,11 +51,10 @@ tags: - mesa-ci-x86-64-lava-hp-x360-14-G1-sona -# 5 boards, manual for now due to network issues in the lab that are WIP +# 5 boards .iris-whl-test: extends: - .iris-test - - .test-manual-mr variables: DEVICE_TYPE: dell-latitude-5400-8665U-sarien GPU_VERSION: iris-whl
