added some more tests for job execution and ensured an error file is always produced but failed jobs
This commit is contained in:
@ -86,7 +86,7 @@ JOB_TYPE = "job_type"
|
||||
JOB_TYPE_PYTHON = "python"
|
||||
JOB_TYPE_PAPERMILL = "papermill"
|
||||
PYTHON_FUNC = "func"
|
||||
|
||||
BACKUP_JOB_ERROR_FILE = "ERROR.log"
|
||||
JOB_TYPES = {
|
||||
JOB_TYPE_PAPERMILL: [
|
||||
"base.ipynb",
|
||||
|
Reference in New Issue
Block a user