Skip to content

Commit

Permalink
Add gui test suite to nightly pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Samuli Leivo <[email protected]>
  • Loading branch information
leivos-unikie committed Dec 3, 2024
1 parent da71c5f commit fdbb7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghaf-nightly-pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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_')
}
}
}
Expand Down

0 comments on commit fdbb7c5

Please sign in to comment.