CI: Disable server unit test in TBD#39520
Conversation
WalkthroughThis pull request modifies the CI workflow defined in the GitHub Actions YAML file. The changes remove the execution of the Changes
Sequence Diagram(s)Old WorkflowsequenceDiagram
participant B as Build Docker Image
participant ST as Server Unit Tests
participant CT as Client Unit Tests
participant CI as CI Test
participant TR as CI Test Result
participant PM as Package Master
B->>ST: Trigger server unit tests
CI->>TR: Provide CI test results (including server tests)
CT->>TR: Provide client unit test results
ST->>TR: Send server test results
TR->>PM: Package build using all test results
Updated WorkflowsequenceDiagram
participant B as Build Docker Image
participant CT as Client Unit Tests
participant CI as CI Test
participant TR as CI Test Result
participant PM as Package Master
B->>CI: Build triggers CI test
CI->>TR: Provide CI test results
CT->>TR: Provide client unit test results
TR->>PM: Package build using CI & client test results
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
btsgh
left a comment
There was a problem hiding this comment.
Server unit tests have been commented out to unblock TBD.. LGTM
Description
Disable server unit test in TBD
Fixes #
Issue NumberAutomation
/ok-to-test tags=""
Communication
Should the DevRel and Marketing teams inform users about this change?
Summary by CodeRabbit