Home | History | Annotate | Download | only in contrib
      1 #!/bin/bash
      2 
      3 # Balance out the pools for the deputies before running any checks
      4 ARGS=( --production --all-models all_critical_pools )
      5 BALANCE_POOL_LOG=balance_pool.log.$(date +%Y-%m-%d.%H)
      6 site_utils/balance_pools.py "${ARGS[@]}" &> logs/dut-data/$BALANCE_POOL_LOG
      7 
      8 site_utils/lab_inventory.py $@
      9