Skip to content

Commit bab1c86

Browse files
committed
Remove missingBashFailure action and update javaUpdate action to reconnect the node
1 parent 4b99465 commit bab1c86

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Diff for: jenkins/parser/jobs-config.json

+2-11
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@
197197
"busError",
198198
"cvmfsFailure",
199199
"afsFailure",
200-
"workspaceFailure",
201-
"missingBashFailure"
200+
"workspaceFailure"
202201
],
203202
"maxTime": "3"
204203
}
@@ -258,7 +257,7 @@
258257
"errorStr": [
259258
"Caused: java.io.IOException: Cannot run program"
260259
],
261-
"action": "nodeOff",
260+
"action": "nodeReconnect",
262261
"allJobs": "true"
263262
},
264263
"gridConnection": {
@@ -306,14 +305,6 @@
306305
"No space left on device"
307306
],
308307
"action": "nodeOff"
309-
},
310-
"missingBashFailure": {
311-
"errorStr": [
312-
"Cannot run program \"/bin/bash\""
313-
],
314-
"action": "nodeReconnect",
315-
"allJobs": "true",
316-
"forceRetry": "true"
317308
}
318309
}
319310
}

0 commit comments

Comments
 (0)