Commit Graph

17 Commits

Author SHA1 Message Date
grvvy
caa2ef9565 increase hub command timeout duration, remove unnecessary build args 2026-03-02 17:20:29 -07:00
grvvy
b6da7ddef6 wrap hub commands in timeout blocks 2026-02-27 16:40:35 -07:00
grvvy
73ab8bffb2 hackrf pro jenkins ci 2026-02-27 16:40:35 -07:00
grvvy
7f7974ce8f retry hackrf_test up to three times if it fails 2026-02-25 18:07:37 -07:00
grvvy
c41cda0424 rename devices 2026-02-25 18:00:53 -07:00
grvvy
161dc0a7b3 move hub command from test script to Jenkinsfile for consistency 2026-02-20 15:50:13 -07:00
grvvy
71cfa84165 mount necessary files for usb command server communication 2026-02-20 13:52:00 -07:00
Jacob Graves
9e6f1a24f3 Add hackrf_test.py (#1587)
hackrf_test.py uses one HackRF to test another.

Co-authored-by: Michael Ossmann <mike@ossmann.com>
2025-10-31 13:51:09 -04:00
grvvy
8431761b1d ci: improve sgpio-debug test reliability and error messaging 2025-06-06 15:06:30 -06:00
grvvy
c9c6d76ef8 ci: use repository URL instead of relying on jenkins environment variables 2024-07-17 11:30:31 -06:00
grvvy
0212bf625a ci: build docker image from master branch's Dockerfile 2024-07-15 13:47:00 -06:00
grvvy
ab69bef242 ci: usb hub ppps handling overhaul 2024-07-12 13:12:52 -06:00
grvvy
38b7e53ef6 ci: add sgpio debug test 2024-01-08 15:24:56 -07:00
grvvy
c85d6b5245 ci: update docker base image and prerequisites, catch errors from intermediate test scripts, retry tx/rx tests before failing 2023-12-18 16:37:13 -07:00
grvvy
394168a475 CI: add hackrf_debug test 2022-11-23 14:20:34 -07:00
grvvy
8f39ccc22e CI: add transfer test 2022-11-17 15:16:58 -07:00
Jacob Graves
fa0662e54c Jenkins CI (#1102)
* jenkins: initial commit

* jenkins: add missing usb hub check script

* jenkins: squish docker apt package install commands into a single command

* jenkins: fix type in Dockerfile

* jenkins: override interactive installations in Dockerfile (build-essentials fails due to tzdata)

* jenkins: set executable flag on ci scripts

* jenkins: remove sudo prefix from install scripts

* jenkins: add python3 venv to Dockerfile and build scripts

* jenkins: add missing python venv command to host install script

* jenkins: remove python install and venv redundancies

* jenkins: remove make install step, run hackrf tools directly from their build directory

* jenkins: re-add python3 and pip installations to docker because usbhub depends on them

* jenkins: add missing git install to docker

* jenkins: add python-is-python3 to docker's installed dependencies

* jenkins: use path string to specify the correct device for dfu-util

* jenkins: specify usbhub id for dual hub setup

* jenkins: turn unused usb hub ports off for testing

* jenkins: remove custom job throttle property

* use --disable-i2c usbhub option, install usbhub from latest, replace --privileged with cgroups option, remove redundancies from Dockerfile

* update device usb path for dfu-util

* remove apt/lists/* and fix typos

* ci: remove redundant environment setup in Jenkins
2022-06-08 13:26:28 -04:00