File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ pipeline {
118
118
}
119
119
120
120
stage(' HW + Unit Tests' ) {
121
+ agent { docker { image ' ghcr.io/commaai/alpine-ssh' ; args ' --user=root' } }
121
122
steps {
122
123
phone_steps(" tici2" , [
123
124
[" build" , " cd selfdrive/manager && ./build.py" ],
@@ -131,6 +132,7 @@ pipeline {
131
132
}
132
133
133
134
stage(' camerad' ) {
135
+ agent { docker { image ' ghcr.io/commaai/alpine-ssh' ; args ' --user=root' } }
134
136
steps {
135
137
phone_steps(" tici-party" , [
136
138
[" build" , " cd selfdrive/manager && ./build.py" ],
@@ -141,6 +143,7 @@ pipeline {
141
143
}
142
144
143
145
stage(' replay' ) {
146
+ agent { docker { image ' ghcr.io/commaai/alpine-ssh' ; args ' --user=root' } }
144
147
steps {
145
148
phone_steps(" tici3" , [
146
149
[" build" , " cd selfdrive/manager && ./build.py" ],
@@ -157,4 +160,4 @@ pipeline {
157
160
}
158
161
}
159
162
}
160
- }
163
+ }
You can’t perform that action at this time.
0 commit comments