diff --git a/fastpath/commands/verbs/plan/exec.py b/fastpath/commands/verbs/plan/exec.py index 44af0dafd5cf55cd9d2dbbfec497d006c51e95a7..6d6496834be3f7a2f952f172cf273fbc19780daf 100644 --- a/fastpath/commands/verbs/plan/exec.py +++ b/fastpath/commands/verbs/plan/exec.py @@ -770,7 +770,7 @@ def do_one_sut(pbar, ctx, basedir, csvs, ids, sut, swprofiles, benchmarks): # same image. images = list(set([b["image"] for b in benchmarks])) for image in images: - ctx.run(f"docker image pull {image}") + ctx.run(f"docker image pull {image}", warn=True) ctx.run(f"docker image prune --force") # Grab sut and cpu info and clean for DB.