-
Notifications
You must be signed in to change notification settings - Fork 23
Allow skipping smoke tests #448
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
Conversation
📝 WalkthroughWalkthroughThe shell script now runs with strict mode ( 📜 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:
🪛 Shellcheck (0.11.0)smoke/run.sh[warning] 32-32: Quote expansions in case patterns to match literally rather than as a glob. (SC2254) 🔇 Additional comments (1)
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
smoke/run.sh(2 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*.sh
⚙️ CodeRabbit configuration file
**/*.sh: - Don't bother about unquoted shell variables.
Files:
smoke/run.sh
🪛 Shellcheck (0.11.0)
smoke/run.sh
[warning] 16-16: Use array+=("item") to append items to an array.
(SC2179)
[warning] 32-32: Quote expansions in case patterns to match literally rather than as a glob.
(SC2254)
⏰ 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). (8)
- GitHub Check: rpm
- GitHub Check: deb
- GitHub Check: build-and-tests (gcc-14, address, debug, ubuntu-24.04, -Dfrr=enabled, true)
- GitHub Check: build-and-tests (gcc-13, none, debugoptimized, ubuntu-24.04, -Dfrr=enabled, false)
- GitHub Check: build-and-tests (clang-16, none, debugoptimized, ubuntu-24.04, false)
- GitHub Check: build-and-tests (clang-15, none, debugoptimized, ubuntu-22.04, false)
- GitHub Check: build-and-tests (clang-18, none, debugoptimized, ubuntu-24.04, false)
- GitHub Check: build-cross-aarch64
|
@rsafrono does it work for you ? If yes, can you approve the changes or add a tested by tag ? |
|
Tested-by: Roman Safronov [email protected] |
This code should have been cleaned up a long time ago. Signed-off-by: Robin Jarry <[email protected]> Tested-by: Roman Safronov <[email protected]>
Allow skipping individual tests with: ./smoke/run.sh -s bgp6_srv6_frr_test.sh build/ Or test patterns with: ./smoke/run.sh -s '*srv6*' -s '*bgp*' build/ Signed-off-by: Robin Jarry <[email protected]> Tested-by: Roman Safronov <[email protected]>
f5a1d95 to
6a9a311
Compare
Allow skipping individual tests with:
Or test patterns with: