Skip to content

Commit 7a2bc7b

Browse files
authored
disable docker cleanup for now (#477)
1 parent 46613c0 commit 7a2bc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: jenkins/helper/clear_machine.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ def main():
234234
tree[0].remove(0)
235235
print_tree(min(tree), tree)
236236
get_and_kill_all_processes()
237-
if IS_LINUX:
238-
clean_docker_containers()
237+
#if IS_LINUX:
238+
# clean_docker_containers()
239239
main()

0 commit comments

Comments
 (0)