From b15eeff992b53d8e24ab39de423d46d51264440f Mon Sep 17 00:00:00 2001 From: Guilherme Gallo Date: Wed, 20 Nov 2024 00:51:51 -0300 Subject: [PATCH] ci/iris: Force UART for puff boards We are expericing some difficulties with the LAVA IP addressing for puff DUTs atm, blocking the SSH session to happen smoothly. So, let's force the UART only communication to bypass this issue until it is solved. Signed-off-by: Guilherme Gallo Part-of: --- src/intel/ci/gitlab-ci-inc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/ci/gitlab-ci-inc.yml b/src/intel/ci/gitlab-ci-inc.yml index 26ade3f5cea..971e112a594 100644 --- a/src/intel/ci/gitlab-ci-inc.yml +++ b/src/intel/ci/gitlab-ci-inc.yml @@ -370,8 +370,8 @@ extends: - .iris-test - .lava-acer-chromebox-cxi4-puff:x86_64 -# variables: -# LAVA_FORCE_UART: 1 + variables: + LAVA_FORCE_UART: 1 .iris-whl-deqp: extends: