Skip to content

Conversation

user202729
Copy link
Contributor

Previously, sometimes the command fails e.g.

HTTP 504: We couldn't respond to your request in time. Sorry about that. Please try resubmitting your request and contact us if the problem persists.

https://github.com/sagemath/sage/actions/runs/16582198673/job/46900506860?pr=40497

this detects the error and fails the job, instead of (confusingly) assume there's no CI fix and proceed to test.

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

@tobiasdiez
Copy link
Contributor

Then it's also a good idea to set continue-on-error on all of these "merge-ci fixes" steps. Otherwise the job will exit early, which doesn't give you any info about if the rest of the code actually would have succeeded.

@user202729
Copy link
Contributor Author

user202729 commented Aug 2, 2025

Then it's also a good idea to set continue-on-error on all of these "merge-ci fixes" steps. Otherwise the job will exit early, which doesn't give you any info about if the rest of the code actually would have succeeded.

it may give false failure though. One can just wait until GitHub API works again and retrigger CI.

Copy link

github-actions bot commented Aug 2, 2025

Documentation preview for this PR (built with commit b4a32d4; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@user202729 user202729 requested a review from dimpase August 17, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants