Skip to content

Use robustcheckout for pulling#5397

Draft
marco-c wants to merge 1 commit into
mozilla:masterfrom
marco-c:robustcheckout
Draft

Use robustcheckout for pulling#5397
marco-c wants to merge 1 commit into
mozilla:masterfrom
marco-c:robustcheckout

Conversation

@marco-c

@marco-c marco-c commented Oct 31, 2025

Copy link
Copy Markdown
Collaborator

Fixes #5393

@marco-c

marco-c commented Oct 31, 2025

Copy link
Copy Markdown
Collaborator Author

This is a bit painful on the mocks

@marco-c marco-c marked this pull request as draft October 31, 2025 17:32

@cgsheeh cgsheeh left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM.

Comment thread bugbug/repository.py
p.terminate()
p.wait()
raise
p = subprocess.Popen(cmd, cwd=repo_dir)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe this is a good time to switch to subprocess.run(cmd, cwd=repo_dir, timeout=180...?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants