Skip to content

Commit

Permalink
Change booting device name for ORIN
Browse files Browse the repository at this point in the history
Signed-off-by: Mariia Azbeleva <mariia.azbeleva@unikie.com>
  • Loading branch information
azbeleva committed Aug 4, 2023
1 parent 9ebdd72 commit b49dd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfiles/orin_arm_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
// wait that USB drive is mounted
sh 'sleep 10'
def output = sh (
script: 'lsblk -o model,name |grep DataTraveler', // Check for usb device that is connected to target test device
script: 'lsblk -o model,name |grep PSSD', // Check for usb device that is connected to target test device
returnStdout: true
).trim()
def list = output.split(' ')
Expand Down

0 comments on commit b49dd68

Please sign in to comment.