old-commit-hash: 100fe10c7c
100fe10c7c
@ -81,6 +81,7 @@ pipeline {
parallel {
/*
stage('simulator') {
agent {
dockerfile {
@ -108,6 +109,7 @@ pipeline {
}
*/
stage('build') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
@ -7,7 +7,7 @@ import unittest
from cereal import car
from common.params import Params
import selfdrive.manager.manager as manager
from selfdrive.manager.process import ensure_running, DaemonProcess
from selfdrive.manager.process import ensure_running
from selfdrive.manager.process_config import managed_processes
from system.hardware import HARDWARE