EBernhardson has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/391265 )

Change subject: Setup scap checks for separate server groups
......................................................................


Setup scap checks for separate server groups

Doesn't look like the 'default' checks run for the other
groups, so define a check per group.

Change-Id: I139d27d7eea21c21592f09266b5d20d909f905ea
---
M scap/checks.yaml
1 file changed, 8 insertions(+), 2 deletions(-)

Approvals:
  EBernhardson: Verified; Looks good to me, approved



diff --git a/scap/checks.yaml b/scap/checks.yaml
index 8255555..3f0ed03 100644
--- a/scap/checks.yaml
+++ b/scap/checks.yaml
@@ -1,8 +1,14 @@
 checks:
-    virtualenv:
+    virtualenv_relforge:
         type: command
         stage: promote
         timeout: 300
-        group: default
+        group: relforge
+        command: bash 
/srv/deployment/search/mjolnir/deploy/scap/checks/virtualenv.sh
+    virtualenv_analytics
+        type: command
+        stage: promote
+        timeout: 300
+        group: analytics
         command: bash 
/srv/deployment/search/mjolnir/deploy/scap/checks/virtualenv.sh
 

-- 
To view, visit https://gerrit.wikimedia.org/r/391265
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I139d27d7eea21c21592f09266b5d20d909f905ea
Gerrit-PatchSet: 1
Gerrit-Project: search/MjoLniR/deploy
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to