From b35c5da69139b94f7b292f4aba0e1102bad33b40 Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:00:20 -0400 Subject: [PATCH 1/2] Updated Dev Quality Control (markdown) --- Dev-Quality-Control.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Dev-Quality-Control.md b/Dev-Quality-Control.md index 473dcad0..79d30d13 100644 --- a/Dev-Quality-Control.md +++ b/Dev-Quality-Control.md @@ -28,6 +28,15 @@ The following jumper wires are used to test some subsystems as realistically as See https://github.com/rusefi/rusefi/blob/c309174fdbb6b082113ac320294066c37922f2ce/java_console/autotest/src/main/java/com/rusefi/proteus/ProteusAnalogTest.java#L22 +### HOWTO self-hosted runner build from scratch + +GitHub Actions are Ubuntu, WSL is Ubuntu, Ubuntu is recommended + +``` +sudo apt install net-tools openssh-server + +``` + ### On setting new MXLinux runners https://github.com/rusefi/rusefi/settings/actions/runners use ``hw-ci-f4-discovery`` or ``hw-ci-proteus-f7`` group name while adding runner. From a846edd82b1ac454f7337a4d5da7d63e619f42ab Mon Sep 17 00:00:00 2001 From: rusefillc <48498823+rusefillc@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:00:44 -0400 Subject: [PATCH 2/2] Updated Dev Quality Control (markdown) --- Dev-Quality-Control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev-Quality-Control.md b/Dev-Quality-Control.md index 79d30d13..d345a62e 100644 --- a/Dev-Quality-Control.md +++ b/Dev-Quality-Control.md @@ -34,7 +34,7 @@ GitHub Actions are Ubuntu, WSL is Ubuntu, Ubuntu is recommended ``` sudo apt install net-tools openssh-server - +sudo systemctl enable ssh ``` ### On setting new MXLinux runners