Skip to content

Commit faa7e48

Browse files
author
Yancey
authored
Merge pull request #10275 from putcn/fix-clearn-up
force clean up process when no_clean_up is set true
2 parents e735359 + 5eb4c3a commit faa7e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/aws_benchmarking/server/cluster_master.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,7 @@ def do_POST(self):
640640
elif request_path == "/cleanup":
641641
self._set_headers()
642642
logging.info("Received request to cleanup cluster")
643+
args.no_clean_up = False
643644
cleanup(args.task_name)
644645
self.wfile.write("cleanup in progress")
645646

0 commit comments

Comments
 (0)