Skip to content

cleanup(ci): refactor compute-full script - #6668

Open
suzmue wants to merge 2 commits into
googleapis:mainfrom
suzmue:compute_ci
Open

cleanup(ci): refactor compute-full script#6668
suzmue wants to merge 2 commits into
googleapis:mainfrom
suzmue:compute_ci

Conversation

@suzmue

@suzmue suzmue commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

This change removes the cargo clippy from the compute-full script since it is already covered by lint.sh, hopefully reducing the build time of this build.

This also splits up tests into --lib and --doc. I don't expect this to help with the OOM issue at all, but it at least will make it very clear which step is causing the problem.

@suzmue
suzmue requested a review from a team as a code owner September 4, 2026 22:00

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request modifies the GCB script .gcb/scripts/compute-full.sh to split the cargo test execution into separate --lib and --doc runs, while removing the cargo clippy step. The reviewer noted that this split omits running integration tests and suggested adding a step to run them using --tests.

Comment thread .gcb/scripts/compute-full.sh

@haphungw haphungw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this is great!

@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.67%. Comparing base (1316f99) to head (e089587).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6668   +/-   ##
=======================================
  Coverage   96.67%   96.67%           
=======================================
  Files         308      308           
  Lines       97986    97986           
=======================================
+ Hits        94725    94727    +2     
+ Misses       3261     3259    -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants