mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-06 23:39:56 +01:00
mount necessary files for usb command server communication
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -11,7 +11,7 @@ pipeline {
|
||||
docker {
|
||||
image 'hackrf'
|
||||
reuseNode true
|
||||
args '--group-add=20 --group-add=46 --device-cgroup-rule="c 189:* rmw" --device-cgroup-rule="c 166:* rmw" -v /dev/bus/usb:/dev/bus/usb -e TESTER=0000000000000000325866e629a25623 -e EUT=RunningFromRAM'
|
||||
args '--group-add=20 --group-add=46 --device-cgroup-rule="c 189:* rmw" --device-cgroup-rule="c 166:* rmw" -v /dev/bus/usb:/dev/bus/usb -e TESTER=0000000000000000325866e629a25623 -e EUT=RunningFromRAM -v /tmp/req_pipe:/tmp/req_pipe -v /tmp/res_pipe:/tmp/res_pipe'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
@@ -22,6 +22,7 @@ pipeline {
|
||||
sh './ci-scripts/test-host.sh'
|
||||
}
|
||||
sh 'hubs hackrf hackrf_dfu on'
|
||||
sh 'sleep 1s'
|
||||
sh 'python3 ci-scripts/hackrf_test.py --unattended --ci --log log --rev r4 --manufacturer --hostdir host/build/hackrf-tools/src/ --fwupdate firmware/hackrf_usb/build/ --tester 0000000000000000325866e629a25623 --eut RunningFromRAM'
|
||||
sh 'hubs all off'
|
||||
retry(3) {
|
||||
|
||||
Reference in New Issue
Block a user