Skip to content

Commit

Permalink
freebsdci: invoke check-whitespace (#27243)
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin authored and ararslan committed May 24, 2018
1 parent 3b4fbf3 commit 779cf84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .freebsdci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ compile(){
export LLVM_ASSERTIONS=1
export USECCACHE=1

gmake check-whitespace
gmake all -j $MAKE_JOBS_NUMBER
}

Expand All @@ -42,8 +43,9 @@ runtests(){
export JULIA_TEST_MAXRSS_MB=600
export JULIA_CPU_CORES=$MAKE_JOBS_NUMBER

./usr/bin/julia test/runtests.jl all
./usr/bin/julia test/runtests.jl LibGit2/online OldPkg/pkg Pkg/pkg download
./usr/bin/julia --check-bounds=yes test/runtests.jl all
./usr/bin/julia --check-bounds=yes test/runtests.jl \
LibGit2/online OldPkg/pkg Pkg/pkg download
}

test-embedding(){
Expand Down

2 comments on commit 779cf84

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily benchmark build, I will reply here when finished:

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something went wrong when running your job:

NanosoldierError: failed to run benchmarks against primary commit: failed process: Process(`sudo cset shield -e su nanosoldier -- -c ./benchscript.sh`, ProcessExited(1)) [1]

Logs and partial data can be found here
cc @ararslan

Please sign in to comment.