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
When running make test_native in the nix shell, the regression tests fail on my vm due to nix assigning the environment variable TMPDIR to a smallish (3GB) nix user filesystem, which runs out of space. The solution seems to be to assign TMPDIR back to /tmp: NixOS/nix#1009 (comment) in default.nix
The text was updated successfully, but these errors were encountered:
Currently the CI rule for pushing the image fails because the
image is named us.gcr.io/vcm-ml/fv3gfs-wrapper:gnu7-mpich314-nocuda:{SHA1}
which is not a valid docker image name (there are two colons). This
PR replaces the second colon with a dash. So the tag will be
gnu7-mpich314-nocuda-{SHA1}
Since the last time the tests for this repo passed, there have been
some changes related to auth for accessing data on the gs://vcm-fv3config
bucket. So there are also some auth-related changes and version
bumps for fv3config/gcsfs/fsspec.
Resolvesai2cm#296
When running
make test_native
in the nix shell, the regression tests fail on my vm due to nix assigning the environment variableTMPDIR
to a smallish (3GB) nix user filesystem, which runs out of space. The solution seems to be to assignTMPDIR
back to/tmp
: NixOS/nix#1009 (comment) in default.nixThe text was updated successfully, but these errors were encountered: