Skip to content

Commit

Permalink
.github: set SITL_PANIC_EXIT in Copter test suite
Browse files Browse the repository at this point in the history
CI can hang for 30 minutes if we panic
  • Loading branch information
peterbarker committed Jun 16, 2024
1 parent 8170d60 commit 944295d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
container:
image: ardupilot/ardupilot-dev-base:v0.1.3
options: --privileged --cap-add=SYS_PTRACE --security-opt apparmor=unconfined --security-opt seccomp=unconfined
env: SITL_PANIC_EXIT: 1
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
Expand Down

0 comments on commit 944295d

Please sign in to comment.