Skip to content

ci: skip raw multishot accept probe in required lanes#20

Merged
hayabusa-cloud merged 1 commit into
mainfrom
ci/fix
May 17, 2026
Merged

ci: skip raw multishot accept probe in required lanes#20
hayabusa-cloud merged 1 commit into
mainfrom
ci/fix

Conversation

@hayabusa-cloud
Copy link
Copy Markdown
Owner

Summary

This PR keeps GitHub-hosted required CI from running TestSubmitAcceptMultishot, which is a timing-sensitive raw multishot accept runtime probe. The test is moved into the existing optional kernel-test skip surface used by the required root, race, and coverage lanes, while the broader non-blocking signal lane remains available for visibility.

Changes

  • Add SubmitAcceptMultishot to URING_OPTIONAL_KERNEL_TESTS in .github/workflows/ci.yml.
  • Preserve the existing whole-test-name skip expression shape.
  • Leave product code, public APIs, and documentation unchanged.

Signed-off-by: Robin He <git@hybscloud.com>
Copilot AI review requested due to automatic review settings May 17, 2026 09:14
Copy link
Copy Markdown

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 CI skip configuration so the timing-sensitive raw multishot accept probe is excluded from required GitHub-hosted lanes while remaining visible in the non-blocking full-suite lane.

Changes:

  • Adds SubmitAcceptMultishot to URING_OPTIONAL_KERNEL_TESTS.
  • Keeps the existing whole-test-name anchored skip pattern intact.

@hayabusa-cloud hayabusa-cloud merged commit 42911fb into main May 17, 2026
12 checks passed
@hayabusa-cloud hayabusa-cloud deleted the ci/fix branch May 17, 2026 09:17
@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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