qontract-reconcile 0.10.1rc1006__py3-none-any.whl → 0.10.1rc1007__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.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc1006
3
+ Version: 0.10.1rc1007
4
4
  Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
5
5
  Home-page: https://github.com/app-sre/qontract-reconcile
6
6
  Author: Red Hat App-SRE Team
@@ -99,7 +99,7 @@ reconcile/query_validator.py,sha256=BAjGrU8_VhzTOv5k0-uz0hY9ziZyconv8VAhgre1Auc,
99
99
  reconcile/requests_sender.py,sha256=914iluuF4UVgG3VyxxtnHOu4yf6YKS2fIy6PViSsFTQ,3875
100
100
  reconcile/resource_scraper.py,sha256=znXCHrU7YwPfKuxGBiUrV7T1tYtn4vlz9qmZlfy6Flg,2307
101
101
  reconcile/resource_template_tester.py,sha256=DsKvBuNLPxm4Fa-e1YHHySnhThm5i_j-nF3G4b02Mz0,2416
102
- reconcile/saas_file_validator.py,sha256=QH8tPi2DrU2n9SIVfNEdDJXHPtlbwzlvklcB9RWPhOU,2521
102
+ reconcile/saas_file_validator.py,sha256=tyvFYU6lnkfDYIkAIr5pWqSvO5Yc6TagZ-quJYD2dtI,2547
103
103
  reconcile/sendgrid_teammates.py,sha256=oO8QbLb4s1o8A6CGiCagN9CmS05BSS_WLztuY0Ym9D8,4773
104
104
  reconcile/service_dependencies.py,sha256=PMKP9vc6oL-78rzyF_RE8DzLSQMSqN8vCqt9sWpBLAM,4470
105
105
  reconcile/signalfx_endpoint_monitoring.py,sha256=Nqgsg1cflSd2nNnm89y_e8c--7xLUqTrKOHkDs-qADE,2868
@@ -858,8 +858,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
858
858
  tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
859
859
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
860
860
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
861
- qontract_reconcile-0.10.1rc1006.dist-info/METADATA,sha256=N8FEuHE8ofYd2AbKUrxdFAxGzP86kKKawj2bbGdt_QM,2263
862
- qontract_reconcile-0.10.1rc1006.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
863
- qontract_reconcile-0.10.1rc1006.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
864
- qontract_reconcile-0.10.1rc1006.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
865
- qontract_reconcile-0.10.1rc1006.dist-info/RECORD,,
861
+ qontract_reconcile-0.10.1rc1007.dist-info/METADATA,sha256=gP5suifzGZDXBmQ_gMspWC9QNg7awg3hO3sxhIhzfcY,2263
862
+ qontract_reconcile-0.10.1rc1007.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
863
+ qontract_reconcile-0.10.1rc1007.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
864
+ qontract_reconcile-0.10.1rc1007.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
865
+ qontract_reconcile-0.10.1rc1007.dist-info/RECORD,,
@@ -63,5 +63,5 @@ def run(dry_run: bool, defer: Callable | None = None) -> None:
63
63
  logging.error(f"image pattern is missing from quayOrgs: {p}")
64
64
  jjb: JJB = init_jjb(secret_reader)
65
65
  saasherder.validate_upstream_jobs(jjb)
66
- if not saasherder.valid or missing_repos:
66
+ if not saasherder.valid or missing_repos or missing_image_patterns:
67
67
  sys.exit(ExitCodes.ERROR)