예제 #1
0
def on_build_resetting_async(build):  # pragma: no cover
    return notifications.enqueue_notifications_async(build)
예제 #2
0
 def txn():
   build.put()
   out_props.put()
   notifications.enqueue_notifications_async(build).get_result()
예제 #3
0
def on_build_completing_async(build):  # pragma: no cover
    yield (
        notifications.enqueue_notifications_async(build),
        bq.enqueue_bq_export_async(build),
    )
예제 #4
0
 def txn():
     bundle.put()
     notifications.enqueue_notifications_async(build).get_result()