David Becvarik

Results 14 comments of David Becvarik

I had probably similar issue, but for me it was kind of miss-configuration issue. I realized that apb **name** must by default end up with '-apb' as is required in...

yes. this is how its implemented now. This issue is about naked "lists" like ``` yaml run: cmd: - 'foo' - 'bar' ``` Which cannot be easily extended/overridden.

This is part of concreate test steps - so its need to be fixed there

This is tricky because outide of CI its hard to read junit output manually.. Maybe we can run some server which will show junit results in html?

We need to write proper design document for this. I have a lot of questions like: If module is required its only checked if exists - so it means, artifacts...

> We shouldn't be running anything, only verifying that the module is present in the image. If the module is present, then its scripts have already been executed, and its...

I meant it differently. We will create label in image itself​| which will contain name of all installed modules. So we can inspect base image label if module was installed...

Yes we can talk about puting sources inside images later. There is even issue for this. On Thu, Sep 14, 2017, 16:33 Rob Cernich wrote: > That's fine. At one...

I would love to see this to be part of Cekit. The only issue I see is where to place docs? What format? do we want to be able to...

@jmtd I like the idea of multiple generators. we can have them as "plugins' similar to builders/generators. Can we write some spec for this so we can discuss it or...