Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove os.exit in Run (kube-burner#704)
kube-burner-ocp workloads are using workload helpers for Run command. However this Run() has os.exit(), which is blocking kube-burner-ocp to run any PostRun() commands. As we removed os.exit() here, kube-burner-ocp workloads explicitly need to define PostRun() with os.exit(). kube-burner-ocp PR kube-burner/kube-burner-ocp#115 which adds PostRun() in all workloads Signed-off-by: venkataanil <[email protected]>
- Loading branch information