Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Pkg, and move tests to node 1 #44828

Merged
merged 2 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18f38eee1139922c8be59003feefc11e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
88b845543aa2678c1fbba5254fb0b2e27ae85204f12a4d883c189662833e0dc4e55938bc1db8233709e3f9a54e6292b703dc5c17285636c4db7f9e7ed41aeec3
2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_BRANCH = master
PKG_SHA1 = 53cefb5c6ce8ee2710b581825130c477b6dd5d96
PKG_SHA1 = b5d23482bdba4ebe9c5106105dd31f6cafcf23a6
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1
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