fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Wait for parallel task to complete


From: anatoly techtonik
Subject: [Fab-user] Wait for parallel task to complete
Date: Fri, 20 Apr 2012 15:31:00 +0300

Hi,

Is it possible in fabric to wait until a subtask completes on all
servers successfully before moving to next step?

For example, in the snippet below I want update() to execute only
after test() passed on all servers.

def test():
   _some_tests()

def deploy():
  test()
  update()


--
anatoly t.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]