File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 2424SKIP_JINJA_LINES = 32
2525DIST_GIT_FORMAT = r"https://src.fedoraproject.org/rpms/{}"
2626
27+ MAILING_LIST_ANNOUNCEMENT = """
28+ Dear package maintainers currently using Zuul,
29+
30+ Packit Fedora-CI has recently reached feature-parity with the Zuul CI, and as the first step
31+ in the final phase implementation of the "Packit as dist-git CI" change [1] we are migrating
32+ the current Zuul CI users to packit Fedora-CI [2] and disabling the Zuul runners for a time.
33+
34+ Our plan with this migration is to wait a week after this announcement is made and go forward
35+ with the step described above. Please let us know of any concerns you might have with the plan
36+ above during that week so we can quickly decide if we go forward with this proposed step.
37+
38+ Afterwards we will monitor your feedback on this switch and decide if we can go ahead with the
39+ Zuul deprecation and disablement or roll-back and try again. We could also keep the Zuul CI
40+ running on a much smaller number of packages if requested.
41+
42+ We are looking forward to your feedback on this matter.
43+
44+ [1]: https://fedoraproject.org/wiki/Changes/PackitDistgitCI
45+ [2]: https://github.com/packit/deployment/pull/672
46+ """
47+
2748# Using ruamel.yaml to preserve comments and format
2849packit_service_yaml = ruamel .yaml .YAML ()
2950packit_service_yaml .indent (mapping = 2 , sequence = 4 , offset = 2 )
You can’t perform that action at this time.
0 commit comments