Skip to content

Commit

Permalink
Move Pkg to node 1
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Apr 5, 2022
1 parent 041d704 commit 58ffb0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ move_to_node1("threads")
move_to_node1("Distributed")
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
move_to_node1("stress")
# Move `Pkg` tests to node 1 to fix stdin-related woes
# X-ref: https://github.com/JuliaLang/julia/pull/44828
move_to_node1("Pkg")

# In a constrained memory environment, run the "distributed" test after all other tests
# since it starts a lot of workers and can easily exceed the maximum memory
Expand Down

0 comments on commit 58ffb0c

Please sign in to comment.