Hi, With Apple backend services being unreliable over the last weekend, I enhanced our notarization code to retry 3 times before failing. You can see the code here. Hope this may be helpful to you for notarizing epp packages. Thanks Sravan From: Jonah Graham <jonah@xxxxxxxxxxxxxxxx> Sent: 17 July 2020 21:00 To: Common-build Developers discussion <cbi-dev@xxxxxxxxxxx> Subject: [EXTERNAL] Re: [cbi-dev] Running multiple notarizations in parallel Thanks for the replies. I will run it in parallel as that helps our builds a lot. Hi Jonah, It is surely fine to run notarization in parallel. We are unfortunately tied to Apple backend services for notarization and it proved to be unreliable from time to time. Thanks! Team Lead - Release Engineering | Eclipse Foundation
Hi folks, Can I run multiple macos notarizations in parallel? i.e am I allowed to, I will write the script myself to do it. Conext is the EPP build. We need to sign 13 dmg files, each takes 10-15 minutes and that means it takes hours to run the build. Most of the time is just getting in progress messages back from the service. The additional complication is that it does fail maybe 5% of the time, but with 13 images, that means we often have builds fail. For example, it took 9 hours from when I started to try to get a good build until I got a green one (https://ci.eclipse.org/packaging/job/simrel.epp-tycho-build/). I will add a retry to the notarization as well so that the whole build does not fail for a transient problem. _______________________________________________ cbi-dev mailing list cbi-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cbi-dev
_______________________________________________ cbi-dev mailing list cbi-dev@xxxxxxxxxxx To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cbi-dev
|