Skip to content

Commit 2fe024d

Browse files
committed
Reorder benchmark execution to minimize helm updates
1 parent ded8aac commit 2fe024d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

abm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
from lib import job, dataset, workflow, history, library, folder, benchmark, helm, kubectl, config
1919

2020
log = logging.getLogger('abm')
21-
log.setLevel(logging.ERROR)
21+
log.setLevel(logging.INFO)
2222

23-
VERSION = '1.4.1-dev'
23+
VERSION = '1.4.1'
2424

2525
BOLD = '\033[1m'
2626
CLEAR = '\033[0m'

0 commit comments

Comments
 (0)