Skip to content

Commit

Permalink
Reorder benchmark execution to minimize helm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuderman committed Jan 2, 2022
1 parent ded8aac commit 2fe024d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abm.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
from lib import job, dataset, workflow, history, library, folder, benchmark, helm, kubectl, config

log = logging.getLogger('abm')
log.setLevel(logging.ERROR)
log.setLevel(logging.INFO)

VERSION = '1.4.1-dev'
VERSION = '1.4.1'

BOLD = '\033[1m'
CLEAR = '\033[0m'
Expand Down

0 comments on commit 2fe024d

Please sign in to comment.