Automatic update of defaults
diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml
index 761d15f..91d29c8 100644
--- a/playbooks/base/pre.yaml
+++ b/playbooks/base/pre.yaml
@@ -9,9 +9,6 @@
       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 391f868..ec77979 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|run-storpoolci)
+          comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
         - 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|run-storpoolci)
+          comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*(recheck|reverify)
         - event: comment-added
           require-approval:
             - Verified: [-1, -2]
@@ -39,16 +39,18 @@
     start:
       gerrit:
         Verified: 0
+      opendev.org:
+        Verified: 0
     success:
       gerrit:
         Verified: 1
       opendev.org:
-        Verified: 0
+        Verified: 1
     failure:
       gerrit:
         Verified: -1
       opendev.org:
-        Verified: 0
+        Verified: -1
 
 - pipeline:
     name: gate