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

CI: Make apt-get more quiet #559

Merged
merged 1 commit into from
Feb 9, 2025
Merged

CI: Make apt-get more quiet #559

merged 1 commit into from
Feb 9, 2025

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Feb 9, 2025

Quote apt-get manual:

use -q=# to set the quiet level ... quiet level 2 implies -y

The condensed apt-get messages will make troubleshooting problems easier to diagnose.

Summary by Bito

Implementation of quiet mode in CI pipeline configuration to reduce apt-get output verbosity. Added documentation comments and modified apt-get parameters to use quiet level 2, resulting in more concise and manageable CI logs for improved troubleshooting efficiency.

Unit tests added: False

Estimated effort to review (1-5, lower is better): 1

Quote apt-get manual:
> use -q=# to set the quiet level ... quiet level 2 implies -y

The condensed apt-get messages will make troubleshooting problems easier
to diagnose.
Copy link

Code Review Agent Run Status

  • Limitations and other issues: ❌ Failure - The AI Code Review Agent skipped reviewing this change because it is configured to exclude certain pull requests based on the source/target branch or the pull request status. You can change the settings here, or contact the agent instance creator at [email protected].

Copy link

bito-code-review bot commented Feb 9, 2025

Code Review Agent Run #6b841d

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 1b36250..4aeb011
    • src/riscv.h
  • Files skipped - 2
    • .github/workflows/build-artifact.yml - Reason: Filter setting
    • .github/workflows/main.yml - Reason: Filter setting
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • Fb Infer (Static Code Analysis) - ✖︎ Failed

AI Code Review powered by Bito Logo

Copy link

Changelist by Bito

This pull request implements the following key changes.

Key Change Files Impacted
Other Improvements - CI Pipeline Output Optimization

riscv.h - Added comment for intentional changes

@jserv jserv added this to the release-2025.1 milestone Feb 9, 2025
@jserv jserv force-pushed the ci-reduce-apt-messages branch from 4aeb011 to 1b36250 Compare February 9, 2025 15:12
@jserv jserv merged commit d1ed003 into master Feb 9, 2025
31 checks passed
Copy link

Code Review Agent Run Status

  • Limitations and other issues: ❌ Failure - The AI Code Review Agent skipped reviewing this change because it is configured to exclude certain pull requests based on the source/target branch or the pull request status. You can change the settings here, or contact the agent instance creator at [email protected].

@jserv jserv deleted the ci-reduce-apt-messages branch February 9, 2025 15:12
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.

1 participant