balena-os / leviathan-worker

The worker layer for Leviathan including worker plugins QemuKit & AutoKit
Apache License 2.0
6 stars 4 forks source link

lib: Add RT RPI 300 to supported devices #18

Closed acostach closed 2 years ago

acostach commented 2 years ago

Change-type: patch Signed-off-by: Alexandru Costache alexandru@balena.io

This is a CDS DT, added to the Galati testbot https://dashboard.balena-cloud.com/devices/90b38fd88dc0f7e42d910b57262ab280

acostach commented 2 years ago

@balena-ci rebase

klutchell commented 2 years ago

Build seems to fail

[worker]   lib/workers/testbot.ts:68:52 - error TS1005: ';' expected.
[worker]   68  f (process.env.TESTBOT_DUT_TYPE === 'rt-rpi-300') {
[worker]                                                         ~
[worker]   lib/workers/testbot.ts:69:8 - error TS1005: ';' expected.
[worker]   69   turn new RtRpi300(hat);
[worker]             ~~~
[worker]   Found 2 errors.