https://bugs.kde.org/show_bug.cgi?id=497308
--- Comment #19 from ingmar.stei...@iais.fraunhofer.de --- I can see failure to notarize the app in the CI job logs, e.g., in https://invent.kde.org/sdk/kdiff3/-/jobs/2359639#L2222: > 2024-12-06 22:30:37,876 INFO notarizemacapp Branch '1.12' of project > 'sdk/kdiff3' is not cleared for notarization. Skipping. This points to https://invent.kde.org/sysadmin/ci-notary-service/-/blob/master/notarizemacapp.py?ref_type=heads#L86-88: > if not projects.settings.exists(projectPath, branch): > log.info(f"Branch '{branch}' of project '{projectPath}' is not cleared > for notarization. Skipping.") > return 0 The settings seem to be loaded from `macappnotarizer-projects.yaml` on the Runner "macstadium1-macOS". My immediate hunch is that the new 1.12 branch was not whitelisted for notarization in that settings file? Then again, the corresponding CI jobs on older tag pipelines also exhibit this behavior (e.g., https://invent.kde.org/sdk/kdiff3/-/jobs/2146878#L2209) or have a manual trigger, which leads me to suspect that automatic notarization is not enabled, and run downstream from the CI pipelines...? -- You are receiving this mail because: You are watching all bug changes.