Skip to content

Commit cc00043

Browse files
committed
Initial draft for the announcement
Signed-off-by: Cristian Le <[email protected]>
1 parent eeafe2d commit cc00043

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

scripts/migrate-zuul-users.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,27 @@
2424
SKIP_JINJA_LINES = 32
2525
DIST_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
2849
packit_service_yaml = ruamel.yaml.YAML()
2950
packit_service_yaml.indent(mapping=2, sequence=4, offset=2)

0 commit comments

Comments
 (0)