def test_commit(repo, ref, tag):
chain = start_test.s(repo, ref) | group(test_board.s(ref=ref, repo=repo, tag=tag, board=board) for board in config["devices"]) | finish_test.s(repo, ref)
chain.delay()
# Adapted from: https://gist.github.com/andrewgross/8ba32af80ecccb894b82774782e7dcd4
评论列表
文章目录