From fdbb7c593e88525a9e0296739897436cf504c4b6 Mon Sep 17 00:00:00 2001 From: Samuli Leivo Date: Tue, 3 Dec 2024 09:02:51 +0200 Subject: [PATCH] Add gui test suite to nightly pipeline Signed-off-by: Samuli Leivo --- ghaf-nightly-pipeline.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghaf-nightly-pipeline.groovy b/ghaf-nightly-pipeline.groovy index f49875c..84aadf2 100644 --- a/ghaf-nightly-pipeline.groovy +++ b/ghaf-nightly-pipeline.groovy @@ -208,7 +208,7 @@ pipeline { stage("Test ${it.target} (${it.system})") { script { def targetAttr = "${it.system}.${it.target}" - utils.ghaf_hw_test(targetAttr, it.hwtest_device, '_boot_bat_perf_') + utils.ghaf_hw_test(targetAttr, it.hwtest_device, '_boot_gui_bat_perf_') } } }