locking test improvements

pull/496/head
Frostebite 2023-02-14 01:00:42 +00:00
parent fcc3348295
commit 19cd7ddf84
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class KubernetesTaskRunner {
CloudRunnerLogger.log(
`${status.body.status?.phase} ${status.body.status?.conditions?.[0].reason || ''} ${
status.body.status?.conditions?.[0].message || ''
} \n ${events}`,
} \n ${JSON.stringify(events, undefined, 4)}`,
);
if (success || phase !== 'Pending') return true;