Skip to content

Commit

Permalink
Disable core dump on Nova Linux job
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed May 18, 2024
1 parent 2698cb3 commit d72c64b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/run_with_env_secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def main():
--shm-size=2g \
--tty \
--ulimit stack=10485760:83886080 \
--ulimit core=0 \
{ os.environ.get('GPU_FLAG', '') } \
-v "{ os.environ.get('GITHUB_WORKSPACE', '') }/{ os.environ.get('REPOSITORY', '') }:/{ os.environ.get('REPOSITORY', 'work') }" \
-v "{ os.environ.get('GITHUB_WORKSPACE', '') }/test-infra:/test-infra" \
Expand Down

0 comments on commit d72c64b

Please sign in to comment.