Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • New job attribute "obittime"
    • Format: seconds since epoch time
    • Permissions: read-only for all users
    • Represents the time a job or subjob obit occurs (state 'F')
  • A reservation object is attached to the job object if a reservation is associated with the job
  • A pbs.event().accept() call terminates hook execution, as does pbs.event().reject(). The jobobit event object is unaffected by either call. 
    • In the case where the hook script encounters an exception, the error is logged.
  • New functional test for jobobit hook event defined in pbs_hook_endjobjobobit.py, includes tests for:
    • single jobs
    • array jobs
    • jobs run under reservations
    • jobs that are requeued
  • New code for jobobit hook event has been added, including:
    • New batch request structure:

...