Laura Barcziová
Laura Barcziová
Based on https://redhat-internal.slack.com/archives/C04MU29TES1/p1746015745329739, there is ask for packit being supported in epel10. We could release both inside Copr and official Fedora. TODO: - [ ] check the status of dependencies...
If 2 jobs of the same type have the same `trigger` and overlapping targets, there should be a unique `identifier` specified in those jobs, otherwise, the reporting for them will...
Create the repo in this namespace and set up: - CI - pre-commit - README.md, CONTRIBUTING.md See https://github.com/packit/research/pull/224 for more context.
After the status of https://dashboard.packit.dev/jobs/testing-farm/919165 not being properly updated from babysit task, I checked the DB for this run: ```python3 >>> run = TFTTestRunTargetModel.get_by_pipeline_id("f7ce8de9-2651-4550-bff2-b6feb7c8376e") >>> run TFTTestRunTargetModel(id=919165, pipeline_id=f7ce8de9-2651-4550-bff2-b6feb7c8376e) >>> e...
Deployment in Fedora infra will require new separate secrets and configuration, see details in https://github.com/packit/research/pull/224/files.
Integrate the deployment of Fedora CI code into https://pagure.io/fedora-infra/ansible/blob/main/f/playbooks. See https://github.com/packit/research/pull/224/files for more details.
Our recent automatic image builds are frequently failing due to network errors, requiring multiple manual retries. This process takes too much time to get a usable build, which is unacceptable...
In #2774, we have agreed on implementing the reporting of cancellation to the user (via a commit check/status) as a next step. This could be done either directly when cancelling...
- [ ] create files needed for deployment: `run_worker.sh`, Containerfile, docker(podman)-compose file, etc. - [ ] set up automatic image building on push like we have in packit-service
- copy the worker code and tests related to Fedora CI to the repo created in #2811 - see proposed structure and details in https://github.com/packit/research/pull/224 - AC: green tests in...