Skip to content

Commit

Permalink
Disable more test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Sep 25, 2024
1 parent 7833f6a commit aec4586
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ pipeline {
withVenv {
script {
withXTAG(["$RTOS_TEST_RIG_TARGET"]) { adapterIDs ->
sh "test/rtos_drivers/hil/check_drivers_hil.sh " + adapterIDs[0]
//sh "test/rtos_drivers/hil/check_drivers_hil.sh " + adapterIDs[0]
}
sh "pytest test/rtos_drivers/hil"
//sh "pytest test/rtos_drivers/hil"
}
}
}
Expand All @@ -164,9 +164,9 @@ pipeline {
withVenv {
script {
withXTAG(["$RTOS_TEST_RIG_TARGET"]) { adapterIDs ->
//sh "test/rtos_drivers/hil_add/check_drivers_hil_add.sh " + adapterIDs[0]
sh "test/rtos_drivers/hil_add/check_drivers_hil_add.sh " + adapterIDs[0]
}
//sh "pytest test/rtos_drivers/hil_add"
sh "pytest test/rtos_drivers/hil_add"
}
}
}
Expand Down

0 comments on commit aec4586

Please sign in to comment.