[Notes] [Git][BuildGrid/buildgrid][master] Use in memory storage for test.



Title: GitLab

finn pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • tests/server_instance.py
    ... ... @@ -44,8 +44,8 @@ instances:
    44 44
           The main server
    
    45 45
     
    
    46 46
         storages:
    
    47
    -        - !disk-storage &main-storage
    
    48
    -          path: ~/cas/
    
    47
    +        - !lru-storage &main-storage
    
    48
    +          size: 256mb
    
    49 49
     
    
    50 50
         services:
    
    51 51
           - !action-cache &main-action
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]