Laura Barcziová
Laura Barcziová
hi @martinpitt ! Unfortunately, this step is currently being skipped in the service on purpose, see the second warning in [the docs](https://packit.dev/docs/configuration/upstream/propose_downstream#syncing-the-release-to-centos-stream). The problem we hit when implementing was accessing...
Still relevant.
hi! I believe this is an issue with git itself cloning a large repo into the /tmp directory, I was able to reproduce it locally (`git clone -v --tags --...
This was brought up in https://github.com/polkit-org/polkit/pull/527#issuecomment-2473568328 again - in particular being able to configure `--analyzer` option, we should consider the design: whether to support these options (analyzer, config, profile) one...
I don't think #2464 affected this, from what I have checked so far, I think this happens when we are submitting the request to TF and get some exception, currently...
During stand-up meeting, we agreed that this is an expected behaviour. However, the build failure should be correctly handled/ reflected in DB (and shown on dashboard). Besides that, we may...
From an initial investigation, it looks like this happens for all builds duplicated by us, i.e. where the build triggered by us fails because the build is already in progress/completed...
Yes, sounds good, my only concern especially for this issue would be the race conditions.
For this particular issue, I was thinking we could have a "babysit" task to just handle the forever-pending builds (which might be overkill), but for packit/packit#2427 there is probably no...
We agreed on implementing the solution from packit/packit#2427 here which should solve both issues.