Sascha Schwarze

Results 31 comments of Sascha Schwarze

@thaJeztah @kolyshkin I am through with all your suggestions. [We](https://github.com/shipwright-io/build/blob/main/.github/workflows/verify.yaml) should also be using this linter instead of the individual tools that we run atm.

> fedora CI failure is a bug in systemd; we have since worked around it, I guess you need to rebase @SaschaSchwarze0 It is green now @kolyshkin

@lbernick can you help me with a reference link on how Task-level computeResources are translated into the resources for each individual step. I'd like to make sure that multi-step tasks...

> > I'd like to make sure that multi-step tasks work which consist of steps that need near to no resources but also a step (or multiple) that require many...

> Do you have any reason to keep `task.spec.steps[].resources`, or do you think your needs are met by `taskRun.spec.stepOverrides[].resources` ? This is a good question. The reason why I engaged...

> [SaschaSchwarze0](https://github.com/SaschaSchwarze0) requested review from [n3wscott](https://github.com/n3wscott) and removed request for [mattmoor](https://github.com/mattmoor) 27 seconds ago Hm, no? I requested re-review from n3wscott but have no permission to add or remove somebody...

Hi @tejal29, we were investigating the performance image for the https://github.com/redhat-developer/build project. The improvements are great. I also investigated the exact changes that were done. Introducing a file system snapshotting...

Hi @tejal29. I noticed the v0.24.0 release. Thank you for doing that. What about my concerns about the `use-new_run` flag mentioned above, do you have comments about them?

Thank you @tejal29 for your answer: > We build a dictionary of files in previous layer and current FS. Detect deletions by traversing both the dictionaries. Okay, in my interpretation...