Skip to content

Increase parallelism in smoketest yaml + reduce iterations in PR#1792

Merged
grvillic merged 4 commits into
mainfrom
users/grvillic/ImproveSmokeTestYaml
Apr 20, 2026
Merged

Increase parallelism in smoketest yaml + reduce iterations in PR#1792
grvillic merged 4 commits into
mainfrom
users/grvillic/ImproveSmokeTestYaml

Conversation

@grvillic
Copy link
Copy Markdown
Collaborator

@grvillic grvillic commented Apr 20, 2026

Context

We have seen these smoke test runs take forever to be provisioned. I increased parallelism + reduce number of dotnet scans in PR builds to make them finish faster and made them skip execution for draft PRs.

Copilot AI review requested due to automatic review settings April 20, 2026 03:13
@grvillic grvillic requested a review from a team as a code owner April 20, 2026 03:13
@grvillic grvillic requested a review from schmittjoseph April 20, 2026 03:13
@grvillic grvillic enabled auto-merge (squash) April 20, 2026 03:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the smoke-test GitHub Actions workflow to reduce provisioning/runtime overhead by increasing job parallelism and reducing repeated scan iterations for non-scheduled runs, while also skipping execution for draft PRs.

Changes:

  • Add PR path filtering and skip draft PR executions for the smoke-test job.
  • Increase matrix job parallelism from 4 to 6.
  • Reduce scan loop iterations to 1 for non-scheduled runs (keeping 10 for scheduled runs).
Show a summary per file
File Description
.github/workflows/smoke-test.yml Tweaks workflow triggers/conditions, increases matrix parallelism, and adjusts iteration count to speed up PR smoke test runs.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 2

Comment thread .github/workflows/smoke-test.yml
Comment thread .github/workflows/smoke-test.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 20, 2026 03:20
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 3

Comment thread .github/workflows/smoke-test.yml
Comment thread .github/workflows/smoke-test.yml
Comment thread .github/workflows/smoke-test.yml Outdated
Comment thread .github/workflows/smoke-test.yml
@grvillic grvillic merged commit b16ab9e into main Apr 20, 2026
14 of 16 checks passed
@grvillic grvillic deleted the users/grvillic/ImproveSmokeTestYaml branch April 20, 2026 17:27
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.0%. Comparing base (bcf8390) to head (e67338e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff      @@
##   main   #1792   +/-   ##
============================
============================

☔ View full report in Codecov by Sentry.
📢 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.

3 participants