Skip to content
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

Don't run test in debugger on Arm #4358

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ task:
debug_build_script:
- make build config=debug
debug_test_script:
- make test-ci config=debug usedebugger=lldb
- make test-ci config=debug
release_configure_script:
- make configure arch=armv8-a config=release
release_build_script:
- make build config=release
release_test_script:
- make test-ci config=release usedebugger=lldb
- make test-ci config=release

task:
only_if: $CIRRUS_PR != ''
Expand Down Expand Up @@ -714,7 +714,7 @@ task:
build_script:
- make build config=debug
stress_test_script:
- make ${TARGET} config=debug usedebugger=lldb
- make ${TARGET} config=debug

task:
only_if: $CIRRUS_CRON == "stress"
Expand Down