jenkins: tmp disable sim test due to ZMQ bug (#27043)
old-commit-hash: 100fe10c7c326f3d22685ca8a0ebb486c57c85cf
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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