Skip to content

executor: fix the job creation for Sergent Hartman, and be more strict when creating Jobs

Martin Roukala requested to merge job_beefed_up into master

Let's hope this will allow us to catch what leads to:

+ python3 /usr/local/bin/client.py -w run b2c.yml.jinja2
+0.000s: An exception got caught: Traceback (most recent call last):
  File "/app/executor/executor.py", line 616, in run
    execute_job()
  File "/app/executor/executor.py", line 531, in execute_job
    timeouts = self.job_config.timeouts
AttributeError: 'NoneType' object has no attribute 'timeouts'
+1.001s: <-- End of the session: INCOMPLETE -->

Merge request reports