You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear to me where this overhead is coming from; I couldn't reproduce locally when running in a simple sandbox, but let's file an issue so that this doesn't get lost.
The text was updated successfully, but these errors were encountered:
It's in a sandboxed environment, so everything is fresh there.
In this case that is correct, but I would argue that we should pass /cache:/cache as a workspace mapping here, as suggested by the sandbox-buildkite-plugin README.
My thought here is that this is purely explained by the registry already being resident in /cache (Which is persistent for the outer sandbox) and the inner sandbox being forced to clone it from scratch. 2s is far too quick for an actual git clone of the registry.
@fredrikekre noticed that the
Pkg.Registry.add
command executed byjulia-buildkite-plugin
takes a surprisingly long time when it executed in the sandbox set-up bysandbox-buildkite-plugin
. For example, https://buildkite.com/julialang/linearalgebra-dot-jl/builds/9#01934dca-16ee-4a5c-a6d4-dd33fd222768, where the outer registry set-up (Updating the registry
) takes 2s, but the inner one takes 1m2s.It's not clear to me where this overhead is coming from; I couldn't reproduce locally when running in a simple sandbox, but let's file an issue so that this doesn't get lost.
The text was updated successfully, but these errors were encountered: