readd camerad tests

This commit is contained in:
Kurt Nistelberger
2022-10-26 15:11:45 -07:00
parent b80f2efdf2
commit 9e3e49a81f

2
Jenkinsfile vendored
View File

@@ -137,7 +137,6 @@ pipeline {
}
}
/*
stage('camerad') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
steps {
@@ -148,7 +147,6 @@ pipeline {
])
}
}
*/
stage('replay') {
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }