Juraj Smeriga
Juraj Smeriga
I'll be attempting to rebuild the image with DIND because it appears to be needed for tests, we can decide later how we want to deal with this. Long term...
A clue is given here: https://github.com/kaizen-ai/helpers/blob/75c07d7b7de28c2f34ea356676691f47295164fa/repo_config.py#L205-L210 The next step is to find why (if) the statement in the comment is true, it was added 7 months ago https://github.com/cryptokaizen/cmamp/pull/7414/files
Seems we were able to dodge dind as of now by adjusting the repo_config code https://github.com/kaizen-ai/helpers/pull/23/files#r1742402588 but I am not closing the issue yet
I will put an Asana task to resolve this once and for all, we have a giant piece of technical debt related to this - in my opinion we should...
I am not sure what is meant by the word "hack" here. This is a normal mechanism to run stuff before and after a test. There exist multiple such mechanisms...