1
0
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:
Marc Bonnici 2018-06-04 13:28:14 +01:00 committed by setrofim
parent baf570fc62
commit 6d9ae419c2

View File

@ -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