Skip to content

Commit

Permalink
fix(hydra): enable python faulthandler by defult
Browse files Browse the repository at this point in the history
we are running into case SCT is coredumping during shutdown of the tests
we don't have enough information to understand what's going on

hopfully this can add somme information that can help us
figure it out
  • Loading branch information
fruch committed Jan 20, 2025
1 parent 0c7fa60 commit ca7cb25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/env/hydra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ function run_in_docker () {
${AWS_OPTIONS} \
--env GIT_BRANCH \
--env CHANGE_TARGET \
--env PYTHONFAULTHANDLER=yes \
--env TERM \
--net=host \
--name="${SCT_TEST_ID}_$(date +%s)" \
Expand Down

0 comments on commit ca7cb25

Please sign in to comment.