Revert some of the automatic SF reconfiguration

Change-Id: I942379b620db6b6ea45e66102f2964338cf4448e
diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml
index 91d29c8..761d15f 100644
--- a/playbooks/base/pre.yaml
+++ b/playbooks/base/pre.yaml
@@ -9,6 +9,9 @@
       vars:
         zuul_log_url: "https://spfactory.storpool.com/logs"
 
+    - name: Install ansible collection ansible.posix
+      command: /var/lib/zuul/ansible-bin/2.9/bin/ansible-galaxy collection install ansible.posix
+
 - hosts: all
   tasks:
     - include_role: name=start-zuul-console
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