Skip to content

Commit

Permalink
Run performance tests if boot test OK
Browse files Browse the repository at this point in the history
Run performance HW tests if boot test is succesfully completed.

Signed-off-by: Ville-Pekka Juntunen <ville-pekka.juntunen@unikie.com>
  • Loading branch information
vjuntunen committed Oct 27, 2023
1 parent fd077da commit 2cf1418
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfiles/hw_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ pipeline {
}
}
stage('Performance tests') {
when {
expression {
buildResults.boot == 'SUCCESS'
}
}
steps {
script{
// Make directory for test results
Expand Down

0 comments on commit 2cf1418

Please sign in to comment.