-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix(github): Increase artifact polling interval and max retries #484
Conversation
Looks like you need to update the test snapshots now: yarn test -u |
Hmm I don't know why the pr-check job is failing. Anyone have an idea why/how to fix? |
import { getGitHubClient } from '../../utils/githubApi'; | ||
import { | ||
GitHubArtifactProvider, | ||
ArtifactItem, | ||
lazyRequest, | ||
lazyRequestCallback, | ||
} from '../github'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the reformat makes it really difficult to see what changed here -- can you discard those changes?
can probably set up formatting separately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd love to 🚢 but I can't merge as long as the |
aa97da6
to
7fa73cc
Compare
I killed cloudbuild so this should be better now |
Closing due to #482 (comment) |
As outlined in #482 by @BYK we should increase the time we wait for the build artifacts so that the publishing process doesn't fail if GH didn't upload artifacts within 30s.
closes #482