-
Notifications
You must be signed in to change notification settings - Fork 21
smoke: use hw ports in grout namespace #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughModifies Pre-merge checks❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.sh⚙️ CodeRabbit configuration file
Files:
🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-11-05T13:55:26.169ZApplied to files:
🪛 Shellcheck (0.11.0)smoke/_init.sh[warning] 11-11: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. (SC2206) [warning] 12-12: Quote to prevent word splitting/globbing, or split robustly with mapfile or read -a. (SC2206) [error] 23-23: Double quote array expansions to avoid re-splitting elements. (SC2068) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
90dd337 to
086bce2
Compare
Since commits 4d5fa1c and 4853d4d grout is running in it's own namespace. When tests are using hardware ports we should ensure that the ports are accessible from that namespace. Signed-off-by: Roman Safronov <[email protected]>
086bce2 to
472982d
Compare
Since commits 4d5fa1c and 4853d4d grout is running in it's own namespace.
When tests are using hardware ports we should ensure that the ports are accessible from that namespace.
Summary by CodeRabbit
New Features
Improvements