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

This commit is contained in:
Adeeb Shihadeh
2023-01-22 15:08:36 -08:00
committed by GitHub
parent 4293705648
commit 100fe10c7c
2 changed files with 3 additions and 1 deletions
Vendored
+2
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' } }
+1 -1
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