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

find_git_parents: Refresh mirror when required #1976

Merged
merged 1 commit into from
Jul 17, 2024
Merged

find_git_parents: Refresh mirror when required #1976

merged 1 commit into from
Jul 17, 2024

Conversation

zmc
Copy link
Member

@zmc zmc commented Jul 11, 2024

We used to do the refresh every time, which wasn't good. Then we didn't do it at all, which was fine until someone tried to schedule against a commit in the few minutes before the mirror picked it up. Let's try doing it when necessary :)

Fixes: #66893

@zmc zmc requested a review from kamoltat July 11, 2024 22:53
We used to do the refresh every time, which wasn't good. Then we didn't do it at
all, which was fine until someone tried to schedule against a commit in the few
minutes before the mirror picked it up. Let's try doing it when necessary :)

Fixes: #66893

Signed-off-by: Zack Cerza <[email protected]>
Copy link
Member

@kamoltat kamoltat left a comment

Choose a reason for hiding this comment

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

As discussed in today's Teuthology meeting, if you can just link a success run or any kind of tests that you did would be great, I went through the code and lgtm.

@zmc
Copy link
Member Author

zmc commented Jul 17, 2024

As discussed in today's Teuthology meeting, if you can just link a success run or any kind of tests that you did would be great, I went through the code and lgtm.

Thanks - this run scheduled as I expected, and this codepath is only hit during scheduling.
https://pulpito-ng.ceph.com/runs/zack-2024-07-17_21:31:01-teuthology:no-ceph-main-distro-default-smithi

@zmc zmc merged commit 2d00246 into main Jul 17, 2024
8 checks passed
@zmc zmc deleted the issue-66893 branch July 17, 2024 21:34
@zmc
Copy link
Member Author

zmc commented Jul 17, 2024

Failures in the linked test run are fixed by #1975

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.

3 participants