I have a job that is pretty flaky and I’m ok with marking it as passed if at least one of the containers passes. Currently I have two containers that run the job and if one of them fails the entire job is marked as failed. Is there a way to change this rule? I’d like the job to be marked as passed if at least one of the containers passes.
Thanks,