mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
framework/signal: Remove JOB_FINALIZED signal
Remove the currenlty unused JOB_FINALIZED signal as we already have a WORKLOAD_FINALIZED signal.
This commit is contained in:
parent
baf570fc62
commit
6d9ae419c2
@ -94,7 +94,6 @@ JOB_ABORTED = Signal('job-aborted',
|
||||
JOB_FAILED = Signal('job-failed', description='set if the job has failed')
|
||||
JOB_RESTARTED = Signal('job-restarted')
|
||||
JOB_COMPLETED = Signal('job-completed')
|
||||
JOB_FINALIZED = Signal('job-finalized')
|
||||
|
||||
|
||||
# Signals associated with particular stages of workload execution
|
||||
|
Loading…
x
Reference in New Issue
Block a user