You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document scripts/enroll-users.py for Fedora CI (packit#1085)
Document `scripts/enroll-users.py` for Fedora CI
Related to packit/deployment#679
Merge after packit/deployment#679
Reviewed-by: Maja Massarini
Reviewed-by: Laura Barcziová
Copy file name to clipboardExpand all lines: fedora-ci/configuration.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,9 @@ sidebar_position: 3
6
6
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)
7
7
and submitting a [pull request](https://github.com/packit/deployment/pulls).
8
8
9
+
You can use [scripts/enroll-users.py](https://github.com/packit/deployment/blob/main/scripts/enroll-users.py)
10
+
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)).
11
+
Simply create a new branch, run the script as `./scripts/enroll-useres.py <fas-username>` and commit the changes.
12
+
9
13
In later phases, CI will run by default on all packages. The exact details of test plan configuration are still
10
14
being finalized, but the plan is to have a global default configuration that works well for most repositories.
0 commit comments