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

Avoid build verify timeout when waiting for upgrade builds #922

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented Feb 15, 2024

This defers the timeout for extract (verify step) until all upgrade builds are completed, so that upgrade builds will not cause the build to time out after 3 minutes (the timeout for extract). A new timeout of 60 minutes is introduced to prevent upgrade builds from potentially stalling builds indefinitely.

📦 Published PR as canary version: 10.9.7--canary.922.7932883071.0

✨ Test out this PR locally via:

npm install chromatic@10.9.7--canary.922.7932883071.0
# or 
yarn add chromatic@10.9.7--canary.922.7932883071.0

Copy link
Member

@tmeasday tmeasday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice fix

@ghengeveld ghengeveld changed the title Avoid build timeout when having to wait for upgrade builds Avoid build verify timeout when waiting for upgrade builds Feb 16, 2024
@ghengeveld ghengeveld added release Auto: Create a `latest` release when merged patch Auto: Increment the patch version when merged labels Feb 16, 2024
@ghengeveld ghengeveld added this pull request to the merge queue Feb 16, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 16, 2024
@ghengeveld ghengeveld added this pull request to the merge queue Feb 16, 2024
Merged via the queue into main with commit e5830f9 Feb 16, 2024
20 checks passed
@ghengeveld ghengeveld deleted the ghengeveld/ap-4252-upgrade-builds-of-large-storybooks-time-out-at-the branch February 16, 2024 15:40
@ghengeveld
Copy link
Member Author

🚀 PR was released in v10.9.6 🚀

@ghengeveld ghengeveld added the released Verdict: This issue/pull request has been released label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Auto: Increment the patch version when merged release Auto: Create a `latest` release when merged released Verdict: This issue/pull request has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants