-
Notifications
You must be signed in to change notification settings - Fork 54
Document scripts/enroll-users.py for Fedora CI
#1085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document scripts/enroll-users.py for Fedora CI
#1085
Conversation
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 02s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new script looks good to me.
I am only wondering whether we should also keep the old "bulk" script.
I don't know how we are supposed to deal with orphaned packages. Should we run the bulk script once a year (or more) to get rid of un-maintained packages? In that case the old script probably needs some adjustments.
Sorry I posted the comment in the wrong PR
lbarcziova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Convert the zuul migration script into enrollment script This converts the old script used to migrate the zuul users to instead do what zuul-config-generator did. Update or write new documentation in packit/packit.dev. packit/packit.dev#1085 Merge after #672 RELEASE NOTES BEGIN Fedora-CI users can be enrolled by running the script scripts/enroll-users.py. This replaces the script zuul-config-generator that was used in the Zuul CI. RELEASE NOTES END Reviewed-by: Maja Massarini Reviewed-by: Laura Barcziová Reviewed-by: Cristian Le <github@lecris.me>
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 04s |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 07s |
|
Pull request merge failed: 2 of 2 required status checks are expected. |
|
@LecrisUT would you rebase this please? |
Co-authored-by: Laura Barcziová <49026743+lbarcziova@users.noreply.github.com>
e1e31c1 to
72bbba9
Compare
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 03s |
|
regate |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 10s |
Related to packit/deployment#679
Merge after packit/deployment#679