Andreas Stenius

Results 274 comments of Andreas Stenius

> At present, tektoncd/pipeline supports only an all or one approach. From my perspective, the `one` namespace approach is sufficient here, as I expect we'd deploy multiple instances (one per...

Ah, great. That is a good first step. What would be great is an authoritative list of all images used, and their default values (so we can be sure to...

@jparyani I've also run across memory leak issues similar to that @clintfred describes. I've put together a little test script (attached at the bottom), based on the threading test from...

Using valgrind, I got a bunch of pointers to memory leaks, but they're a bit too involved for me to dig through, so we've opted to workaround this issue, rather...

As a user that have deployed devdocs inhouse for our own documentation needs, I say that the scrapers are pretty straight forward, once you get to know them. What I...

Picked plugin-api change label, although I think this technically wasn't part of the plugin API, as it potentially may have been exposed to plugins.

Hah, I just now realized that I may not have to touch any of the types here, merely introduce new types and then leveraging existing union members. So this PR...

> that should not live in pants.engine because these mechanisms have nothing to do with the Rust engine and are not "foundational building blocks" for Pants itself. Gotcha. I was...

Found another way to solve what I was going for..

Related comment https://github.com/pantsbuild/pants/issues/15197#issuecomment-1107888762