qontract-reconcile 0.10.2.dev331__py3-none-any.whl → 0.10.2.dev332__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: qontract-reconcile
3
- Version: 0.10.2.dev331
3
+ Version: 0.10.2.dev332
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
6
6
  Project-URL: repository, https://github.com/app-sre/qontract-reconcile
@@ -716,7 +716,7 @@ reconcile/utils/mr/labels.py,sha256=9QRTRjZAtq45zELd9SwavaraczMjwjn5no3RK1YxFTg,
716
716
  reconcile/utils/mr/notificator.py,sha256=f8IcGQ1_iBsXJFnhPsWQ7UE3NfigaOrXcVieJPplYrY,2955
717
717
  reconcile/utils/mr/ocm_update_recommended_version.py,sha256=KGOBURLE3XMynjAFej5D5PO9MJRDqMeoL1C8jLJMhD8,1570
718
718
  reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py,sha256=Ykktb8diTv1u5ierJmbtbG04gkzUl3N3FgekKlUc5zg,3117
719
- reconcile/utils/mr/promote_qontract.py,sha256=g4xXR6LuYszY-ripstUbFbZVGyxktfhPH6XKCoTd1aU,7435
719
+ reconcile/utils/mr/promote_qontract.py,sha256=46FF0fWCBgSlN297ZHck1C3UJYQ9Yqf209MaUFHsqIg,7893
720
720
  reconcile/utils/mr/update_access_report_base.py,sha256=LOXTIonpfxXrvZI9nPqkszW3OnuIgbFM7pFpqHxTMp0,4395
721
721
  reconcile/utils/mr/user_maintenance.py,sha256=_YwrGRube_Z_d00rkh0p7rMAtEz60R2Qec7u-pGmizU,5728
722
722
  reconcile/utils/ocm/__init__.py,sha256=Y-bp8GomMpyCo0tFW6kJ78-ZG1UIupYRtBzbMWU0kwM,798
@@ -796,7 +796,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
796
796
  tools/saas_promotion_state/saas_promotion_state.py,sha256=uQv2QJAmUXP1g2GPIH30WTlvL9soY6m9lefpZEVDM5w,3965
797
797
  tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
798
798
  tools/sre_checkpoints/util.py,sha256=KcYVfa3UmJHVP_ocgrKe8NkrO5IDB9aWEDydSokPcRk,975
799
- qontract_reconcile-0.10.2.dev331.dist-info/METADATA,sha256=u3n21qabulSlQc1DqOMrkOj5c2tqM5BDHdxhTIN4nxA,24916
800
- qontract_reconcile-0.10.2.dev331.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
801
- qontract_reconcile-0.10.2.dev331.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
802
- qontract_reconcile-0.10.2.dev331.dist-info/RECORD,,
799
+ qontract_reconcile-0.10.2.dev332.dist-info/METADATA,sha256=hwAOcicRlD8UQ2VE8S2-LRRSpFHahqnOdNWnMfK4Zlc,24916
800
+ qontract_reconcile-0.10.2.dev332.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
801
+ qontract_reconcile-0.10.2.dev332.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
802
+ qontract_reconcile-0.10.2.dev332.dist-info/RECORD,,
@@ -38,7 +38,12 @@ class PromoteQontractSchemas(MergeRequestBase):
38
38
 
39
39
  @property
40
40
  def description(self) -> str:
41
- return f"promote qontract-schemas to version {self.version}"
41
+ return f"""
42
+ promote qontract-schemas to version {self.version}.
43
+
44
+ At the time of creating this MR, the konflux RPA most likely didn't finish yet, so this MR will likely fail first.
45
+ Please use `/retest` once the RPA finished (that should be the case after ~5min of creating this MR).
46
+ """
42
47
 
43
48
  def process(self, gitlab_cli: GitLabApi) -> None:
44
49
  raw_file = gitlab_cli.get_raw_file(
@@ -91,7 +96,12 @@ class PromoteQontractReconcileCommercial(MergeRequestBase):
91
96
 
92
97
  @property
93
98
  def description(self) -> str:
94
- return f"promote qontract-reconcile to version {self.version}"
99
+ return f"""
100
+ promote qontract-reconcile to version {self.version}.
101
+
102
+ At the time of creating this MR, the konflux RPA most likely didn't finish yet, so this MR will likely fail first.
103
+ Please use `/retest` once the RPA finished (that should be the case after ~5min of creating this MR).
104
+ """
95
105
 
96
106
  def _process_by_line_search(
97
107
  self, raw_file: bytes, search_text: str, replace_text: str