-
Notifications
You must be signed in to change notification settings - Fork 74
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
Reapply (Git-6) Use new Git Backend in Entire auto_tick flow #3124
Conversation
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.
LGTM!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3124 +/- ##
==========================================
+ Coverage 76.60% 77.46% +0.85%
==========================================
Files 124 124
Lines 13017 13280 +263
==========================================
+ Hits 9972 10287 +315
+ Misses 3045 2993 -52 ☔ View full report in Codecov by Sentry. |
@ytausch we need to revert this one again: See the errors in this job: https://github.com/regro/cf-scripts/actions/runs/11783101890/job/32819561459 |
I think this is not a functional bug but just confusing log output. Very likely the message is generated by these lines: cf-scripts/conda_forge_tick/git_utils.py Lines 529 to 538 in eedaf0f
(The bot tries to checkout a branch to see if it already exists.) I can suppress stdout and stderr output for these speculative git invocations, WDYT? |
No there is a bug. See here:
|
Just verified: The GitHub API returns the |
Description:
This PR reapplies the revert done in #3024.
The error was observed because the HTTP Basic Auth token needs to be base64 encoded.
c54001a applies the necessary fix.
Checklist:
Cross-refs, links to issues, etc:
Cc @pavelzw