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