Skip to content

Commit

Permalink
Merge pull request #118 from leivos-unikie/gui_for_x1_only
Browse files Browse the repository at this point in the history
Launch gui test suite only for lenovo-x1
  • Loading branch information
leivos-unikie authored Jan 15, 2025
2 parents 5e23b7d + 899a3bb commit 9609a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghaf-hw-test.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ pipeline {
}
}
stage('GUI test') {
when { expression { env.BOOT_PASSED == 'true' && env.TESTSET.contains('_gui_')} }
when { expression { env.BOOT_PASSED == 'true' && params.DEVICE_CONFIG_NAME == "lenovo-x1" && env.TESTSET.contains('_gui_')} }
steps {
script {
ghaf_robot_test('gui')
Expand Down
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_video_logging_')
utils.ghaf_hw_test(targetAttr, it.hwtest_device, '_boot_gui_bat_perf_')
}
}
}
Expand Down

0 comments on commit 9609a03

Please sign in to comment.