Skip to content

Commit

Permalink
add two more reset errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Nov 5, 2024
1 parent 6a45dc0 commit 99464b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iceprod/server/plugins/condor.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@ def from_condor_status(num):
'connection timed out',
# GPU errors
'opencl error: could not set up context',
'opencl error: could build the opencl program',
# CVMFS errors
'python: command not found',
'cannot read file data: Stale file handle',
'setenv: command not found',
]


Expand Down

0 comments on commit 99464b6

Please sign in to comment.