Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS promotion failing because of timeout #2698

Closed
steffenkleinle opened this issue Feb 26, 2024 · 2 comments
Closed

iOS promotion failing because of timeout #2698

steffenkleinle opened this issue Feb 26, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working CI/CD Changes in the CI dependencies Pull requests that update a dependency file not-testable Not testable by our tester ready

Comments

@steffenkleinle
Copy link
Member

steffenkleinle commented Feb 26, 2024

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 steffenkleinle added Bug Something isn't working ready CI/CD Changes in the CI not-testable Not testable by our tester labels Feb 26, 2024
@steffenkleinle
Copy link
Member Author

steffenkleinle commented Mar 22, 2024

Fixed by fastlane/fastlane#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
Copy link
Member Author

Done in #2785.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working CI/CD Changes in the CI dependencies Pull requests that update a dependency file not-testable Not testable by our tester ready
Projects
Archived in project
Development

No branches or pull requests

1 participant