[build] add new test job for running emu smoke tests#502
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the xtask nextest runner to support narrowing runs to a specific test target and name filter(s), and adds two GitHub Actions jobs intended to run a small “emu smoke” slice on Ubuntu and Windows.
Changes:
- Add
--testand--filterpassthrough flags tocargo xtask nextestandcargo xtask precheck. - Add
test_ubuntu_smokeandtest_windows_smokeworkflow jobs to run emu smoke tests forazihsm_ddi_mbor_types. - Add a dedicated nextest profile (
ci-mbor-smoke) for JUnit output.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| xtask/src/precheck.rs | Plumbs new --test/--filter options into precheck’s nextest invocations; adds an unconditional emu smoke run to the default nextest path. |
| xtask/src/nextest.rs | Adds --test and positional test-name filter forwarding to cargo nextest run. |
| xtask/src/integration_tests.rs | Updates Nextest { .. } construction to include new fields. |
| .github/workflows/rust.yml | Adds Ubuntu/Windows smoke-test jobs that invoke precheck/nextest with --test and --filter. |
| .config/nextest.toml | Adds a ci-mbor-smoke profile section for JUnit output. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jaygmsft
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change adds 2 new test jobs: test_ubuntu_smoke & test_windows_smoke