From 512f5bd192a2872575f3592e6b950cdb7929a266 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Mon, 12 Jan 2026 11:16:57 +0100 Subject: [PATCH 1/2] Document `scripts/enroll-users.py` for Fedora CI --- fedora-ci/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-ci/configuration.md b/fedora-ci/configuration.md index 74ba96334c..12d5608e0b 100644 --- a/fedora-ci/configuration.md +++ b/fedora-ci/configuration.md @@ -6,5 +6,9 @@ sidebar_position: 3 During the development phase, maintainers can opt in by adding their dist-git repository to the configuration [here](https://github.com/packit/deployment/blob/2cd9e846a6ab1c320f6a6c589e4bcab6b3cfb762/secrets/packit/prod/packit-service.yaml.j2#L105) and submitting a [pull request](https://github.com/packit/deployment/pulls). +You can use [scripts/enroll-users.py](https://github.com/packit/deployment/blob/main/scripts/enroll-users.py) +to enroll all packages maintained by you or your group (similar to the now obsolete [zuul-config-generator](https://github.com/befeleme/zuul-config-generator)). +Simply create a new branch, run the script and commit the changes. + In later phases, CI will run by default on all packages. The exact details of test plan configuration are still being finalized, but the plan is to have a global default configuration that works well for most repositories. From e1e31c11b4db4b0ba1c43c6a680ae36759594b89 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Tue, 27 Jan 2026 12:51:35 +0100 Subject: [PATCH 2/2] Update fedora-ci/configuration.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laura Barcziová <49026743+lbarcziova@users.noreply.github.com> --- fedora-ci/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-ci/configuration.md b/fedora-ci/configuration.md index 12d5608e0b..7f8559da03 100644 --- a/fedora-ci/configuration.md +++ b/fedora-ci/configuration.md @@ -8,7 +8,7 @@ and submitting a [pull request](https://github.com/packit/deployment/pulls). You can use [scripts/enroll-users.py](https://github.com/packit/deployment/blob/main/scripts/enroll-users.py) to enroll all packages maintained by you or your group (similar to the now obsolete [zuul-config-generator](https://github.com/befeleme/zuul-config-generator)). -Simply create a new branch, run the script and commit the changes. +Simply create a new branch, run the script as `./scripts/enroll-useres.py ` and commit the changes. In later phases, CI will run by default on all packages. The exact details of test plan configuration are still being finalized, but the plan is to have a global default configuration that works well for most repositories.