Revert "Automatic update of defaults"

This reverts commit b69cf1deb2ee780d26cd158f01900ce877d11dd3.

We want these manually-configured options to persist. As a workaround,
revert this commit.

The proper fix would be to create an unmanaged tenant [1] and confure
these options there.

[1]: https://softwarefactory-project.io/docs/guides/unmanaged_tenant.html

Change-Id: Ief53e7387a799628540655692faf0f2622d12821
diff --git a/zuul.d/_pipelines.yaml b/zuul.d/_pipelines.yaml
index ec77979..391f868 100644
--- a/zuul.d/_pipelines.yaml
+++ b/zuul.d/_pipelines.yaml
@@ -18,7 +18,7 @@
         - event: patchset-created
         - event: change-restored
         - event: comment-added
-          comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
+          comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify|run-storpoolci)
         - event: comment-added
           require-approval:
             - Verified: [-1, -2]
@@ -29,7 +29,7 @@
         - event: patchset-created
         - event: change-restored
         - event: comment-added
-          comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
+          comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify|run-storpoolci)
         - event: comment-added
           require-approval:
             - Verified: [-1, -2]
@@ -39,18 +39,16 @@
     start:
       gerrit:
         Verified: 0
-      opendev.org:
-        Verified: 0
     success:
       gerrit:
         Verified: 1
       opendev.org:
-        Verified: 1
+        Verified: 0
     failure:
       gerrit:
         Verified: -1
       opendev.org:
-        Verified: -1
+        Verified: 0
 
 - pipeline:
     name: gate