Skip to content

Commit

Permalink
Add video and logging tests to nightly runs
Browse files Browse the repository at this point in the history
Signed-off-by: Maarit Härkönen <[email protected]>
  • Loading branch information
maaharko committed Dec 4, 2024
1 parent eeb703c commit a1aa17b
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_gui_bat_perf_')
utils.ghaf_hw_test(targetAttr, it.hwtest_device, '_boot_gui_bat_perf_video_logging_')
}
}
}
Expand Down

0 comments on commit a1aa17b

Please sign in to comment.