digitalfabrik / integreat-app

React JS and React Native App for Integreat
https://integreat.app
MIT License
46 stars 15 forks source link

iOS promotion failing because of timeout #2698

Closed steffenkleinle closed 3 months ago

steffenkleinle commented 6 months ago

Describe the Bug

The iOS promotion job is failing frequently for integreat because of a timeout after uploading the screenshots.

Steps to Reproduce

Examples:

Expected Behavior

The promotion doesn't fail.

Actual Behavior

The promotion fails.

Additional Information

Should be fixed by upgrading fastlane to v2.222.0.

Related: #2666. The CI also fails there.

steffenkleinle commented 5 months ago

Fixed by https://github.com/fastlane/fastlane/pull/21693. Therefore we have to wait until the next fastlane release. Then the issue should be fixed by adding a new property screenshot_processing_timeout (proposed value: 120) to the deliver action which will retry after the timeout is over.

Alternatively we could use the master branch directly by doing the following:

gem 'fastlane', github: 'fastlane/fastlane', branch: 'master'

However, I think we can just restart the CI for now if it fails as this is not that time critical.

Edit: Should be fixed by upgrading fastlane to v2.222.0.

steffenkleinle commented 3 months ago

Done in #2785.