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

Decrease log level from warn to info for git clone reject #5956

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

asdil12
Copy link
Member

@asdil12 asdil12 commented Sep 27, 2024

@@ -65,7 +65,7 @@ sub _git_clone ($app, $job, $ctx, $path, $url) {

my $origin_url = $git->get_origin_url;
if ($url ne $origin_url) {
$ctx->warn("Local checkout at $path has origin $origin_url but requesting to clone from $url");
$ctx->info("Local checkout at $path has origin $origin_url but requesting to clone from $url");
Copy link
Member

Choose a reason for hiding this comment

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

Can you rephrase the message to make the "so what" clear?

Copy link
Member

Choose a reason for hiding this comment

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

Is this actionable? My understanding from the ticket is this works as expected. So I would actually say remove it.

Copy link
Contributor

Choose a reason for hiding this comment

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

This can be helpful without being actionable, e.g. when debugging and trying to make sense of what our Git code does or skips.

@perlpunk
Copy link
Contributor

webui-docker-compose fail is due to https://progress.opensuse.org/issues/167524

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.75%. Comparing base (04d6aad) to head (9a76d0e).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5956      +/-   ##
==========================================
- Coverage   98.75%   98.75%   -0.01%     
==========================================
  Files         396      396              
  Lines       38966    38966              
==========================================
- Hits        38482    38479       -3     
- Misses        484      487       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@okurz okurz left a comment

Choose a reason for hiding this comment

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

Well, let's try :)

@mergify mergify bot merged commit 1af3ad5 into os-autoinst:master Sep 30, 2024
45 checks passed
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.

5 participants