blob: fc1a69d2217dfa599476f011646446fdaa5c5785 [file] [log] [blame]
Jacob Kopczynski5bfd2fa2018-06-06 11:52:18 -07001#!/bin/bash
2
3# Balance out the pools for the deputies before running any checks
Xixuan Wu99f20d12019-08-30 18:29:59 -07004ARGS=( --production --all-models --force-rebalance all_critical_pools )
Jacob Kopczynski5bfd2fa2018-06-06 11:52:18 -07005BALANCE_POOL_LOG=balance_pool.log.$(date +%Y-%m-%d.%H)
6site_utils/balance_pools.py "${ARGS[@]}" &> logs/dut-data/$BALANCE_POOL_LOG
7
Xixuan Wu99f20d12019-08-30 18:29:59 -07008site_utils/lab_inventory.py "$@"