Add post pipeline

This is a post-merge pipeline that runs jobs after branch refs
are updated.

Change-Id: I407d995b47ec80464699b77879e4111a5f0a8978
diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml
index b2e889f..d96f763 100644
--- a/zuul.d/pipelines.yaml
+++ b/zuul.d/pipelines.yaml
@@ -4,6 +4,7 @@
       Newly uploaded patchsets enter this pipeline to receive an
       initial verification.
     manager: independent
+    precedence: low
     trigger:
       gerrit:
         - event: pending-check
@@ -45,3 +46,21 @@
           scheme: 'zuul-check'
           state: FAILED
           message: 'Change failed'
+
+- pipeline:
+    name: post
+    description: |
+      This pipeline runs jobs that operate after a branch is updated.
+      Queue items are identified by the abbreviated hash (git log
+      --format=%h) of the merge commit.
+    manager: supercedent
+    precedence: high
+    post-review: True
+    trigger:
+      gerrit:
+        - event: ref-updated
+          ref: ^refs/heads/.*$
+    success:
+      sql:
+    failure:
+      sql: