Skip to content

Commit 5f21a0f

Browse files
committed
fix missing agents
1 parent cc0fd63 commit 5f21a0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ pipeline {
118118
}
119119

120120
stage('HW + Unit Tests') {
121+
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
121122
steps {
122123
phone_steps("tici2", [
123124
["build", "cd selfdrive/manager && ./build.py"],
@@ -131,6 +132,7 @@ pipeline {
131132
}
132133

133134
stage('camerad') {
135+
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
134136
steps {
135137
phone_steps("tici-party", [
136138
["build", "cd selfdrive/manager && ./build.py"],
@@ -141,6 +143,7 @@ pipeline {
141143
}
142144

143145
stage('replay') {
146+
agent { docker { image 'ghcr.io/commaai/alpine-ssh'; args '--user=root' } }
144147
steps {
145148
phone_steps("tici3", [
146149
["build", "cd selfdrive/manager && ./build.py"],
@@ -157,4 +160,4 @@ pipeline {
157160
}
158161
}
159162
}
160-
}
163+
}

0 commit comments

Comments
 (0)