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

Fix release workflow pipeline timing out on staging repository #22

Merged

Conversation

martin-ngyn
Copy link
Contributor

💬 Summary of Changes

Currently, the release workflow is failing to publish the library to maven central.

* What went wrong:
Execution failed for task ':collector:instrumented-test-collector:createStagingRepository'.
> A failure occurred while executing com.vanniktech.maven.publish.sonatype.CreateSonatypeRepositoryTask$CreateStagingRepository
   > timeout

Apparently this can be common and we can increase the connection timeout to see if it fixes this problem:
https://vanniktech.github.io/gradle-maven-publish-plugin/central/#timeouts

Attempting to fix the issue by increasing the timeout to 3 mins.

🧾 Checklist

  • 🧐 Performed a self-review of the changes
  • ✅ Added tests to cover changes
  • 🏎 Ran Unit Tests and they all passed
  • 🏷 Labeled this PR appropriately

📝 Items of Note

@martin-ngyn martin-ngyn requested a review from a team as a code owner July 23, 2024 01:24
@thebhumilsoni thebhumilsoni merged commit 24188cd into buildkite:main Jul 23, 2024
1 check passed
@martin-ngyn martin-ngyn deleted the fix-release-pipeline-timeout branch July 23, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants