Attempt to clean up simulator when pipeline is killed

pull/959/head
Morgan Pretty 3 months ago
parent f84880af9d
commit a2dea00680

@ -154,7 +154,7 @@ local delete_test_simulator = {
'Build and Run Tests', 'Build and Run Tests',
], ],
when: { when: {
status: ['failure', 'success'] status: ['failure', 'killed', 'success']
} }
}; };

Loading…
Cancel
Save