Max Gautier
Max Gautier
Giving some recent failures on pre-commit (also @goern I think you mentionned automating pre-commit updates ?) I'd like to reopen this. Also, some possible alternatives : - [pre-commit.ci](https://pre-commit.ci) - Piggy-backing...
@harshad16 Could we pull that into the sig-devsecops project board ?
Where is the repo were we could create the new pipelines ? Is it https://github.com/AICoE/aicoe-ci ? I think we mentioned it in the call but can't find the confirmation.
> Yes, that's the repo - at least for now. We have the > https://github.com/thoth-station/helm-charts/ repo where eventually we > might migrate the pipelines, but for the time being aicoe-ci...
Another alternative: instead of directly using the image version in each repo, we use a named tag (not sure if ImageStream works with ProwJob ?). (Optionally we run the new...
Need to check: can we define a default job in prow config and override in in_repo_config (aka .prow.yaml).
I would block this until we can get tekton pipelines support for prow in operate-first (https://github.com/operate-first/apps/issues/2462), or a definitive decision that we can't have it). That would make way easier...
We don't have that many applications (76) and are also hitting the timeout (on a private Gitlab instance) (we do have a complex application set, with several matrix generators (combining...
What are you thoughts on using systemd-run for launching applications and ensuring they end up in the correct cgroups ? Ie implement the "XDG standardization for applications" in https://systemd.io/DESKTOP_ENVIRONMENTS/ by...
> I stopped looking into that direction when I found that none of the launchers I'm aware of can provide `app_id`. I.e. if you take `rofi -show drun`, `wofi`, `fuzzel`,...