mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 13:32:04 +08:00
jenkins: tmp disable sim test due to ZMQ bug (#27043)
This commit is contained in:
Vendored
+2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user