Skip to content

Commit

Permalink
WIP remove core generation on roxie, it takes long time.
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Jan 20, 2025
1 parent d296c65 commit 4a2e87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundleTest-thor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
ecl run -t hthor crash.ecl
ecl run -t thor crash.ecl
ecl run -t roxie crash.ecl
# Do not execute crash.ecl on Roxie. It takes ages to complete.
echo "Number of core files: $(sudo find /var/lib/HPCCSystems/ -iname 'core*' -mtime -1 -type f -exec printf "%s\n" '{}' \; )"
continue-on-error: true

Expand Down

0 comments on commit 4a2e87a

Please sign in to comment.