Skip to content

test: only skip slow tests on Raspberry Pi devices

Rodrigo Muino Tomonari requested to merge github/fork/richardlau/detectpi into master

Detect the Raspberry Pi devices in the Node.js CI and only skip the slow tests on those instead of all armv7l devices.


For some more background we recently added an additional node-test-binary-armv7l job to node-test-commit-arm-fanned (https://github.com/nodejs/build/issues/2914#issuecomment-1086933192) which runs the cross-compiled armv7l binaries in armv7l containers on the Ampere Altras donated to the project via the Works on Arm program at Equinix. These are fast enough to run the tests that are too slow to run on actual Pi hardware.

Merge request reports

Loading