Skip to content

Commit

Permalink
Log exc details for setting GitLab statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarcziova committed Dec 5, 2024
1 parent d6b6a6e commit 7d08314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packit_service/worker/reporting/reporters/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def set_status(
trim=True,
)
except GitlabAPIException as e:
logger.debug(f"Failed to set the status: {e}. Response code: {e.response_code}")
# Ignoring Gitlab 'enqueue' error
# https://github.com/packit-service/packit-service/issues/741
if e.response_code != 400:
Expand Down

0 comments on commit 7d08314

Please sign in to comment.