jenkins: tmp disable sim test due to ZMQ bug (#27043)

old-commit-hash: 100fe10c7c326f3d22685ca8a0ebb486c57c85cf
This commit is contained in:
Adeeb Shihadeh
2023-01-22 15:08:36 -08:00
committed by GitHub
parent 487189dae5
commit 276f026749
2 changed files with 3 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -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' } }

View File

@@ -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