Skip to content

Commit

Permalink
Update storage_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Mar 4, 2024
1 parent f6114a9 commit 3cebcb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/assets/conda_store_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
# ==================================
# conda-store settings
# ==================================
# The default storage_threshold limit was reached on CI, which caused test
# failures
c.CondaStore.storage_threshold = 1024**3
c.CondaStore.storage_class = S3Storage
c.CondaStore.store_directory = "/var/lib/conda-store/"
c.CondaStore.environment_directory = "/opt/conda-store/envs/{namespace}-{name}"
Expand Down

0 comments on commit 3cebcb4

Please sign in to comment.