mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 09:02:12 +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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user