diff mbox series

[yocto-autobuilder-helper] config.json: Set OEQA_TESTDISPLAY in autobuilder config

Message ID 20260311100448.3407168-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Set OEQA_TESTDISPLAY in autobuilder config | expand

Commit Message

Richard Purdie March 11, 2026, 10:04 a.m. UTC
To allow the small number of important tests that really need a DISPLAY set to
run, set the new variable to point at that display.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/config.json b/config.json
index cf27ae4..96aa62e 100644
--- a/config.json
+++ b/config.json
@@ -46,6 +46,7 @@ 
         "extravars" : [
             "SANITY_TESTED_DISTROS = ''",
             "BB_HASHSERVE = '${AUTOBUILDER_HASHSERV}'",
+            "OEQA_TESTDISPLAY = ':1'",
             "OE_FRAGMENTS += 'core/yocto-autobuilder/autobuilder core/yocto-autobuilder/autobuilder-resource-constraints'",
             "EXTRA_IMAGE_FEATURES ?= 'allow-empty-password empty-root-password allow-root-login'"
         ]