Skip to content

Commit

Permalink
Merge pull request #105 from leivos-unikie/gui_tests_to_nightly_pipeline
Browse files Browse the repository at this point in the history
Add gui test suite to nightly pipeline
  • Loading branch information
leivos-unikie authored Dec 3, 2024
2 parents da71c5f + fdbb7c5 commit 37882da
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 37882da

Please sign in to comment.