Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395961 )

Change subject: contint: fix illegal title type Integer -> String
......................................................................

contint: fix illegal title type Integer -> String

On the CI permanent slaves that caused:

Evaluation Error: Illegal title type at index 0.
Expected String, got Integer at
/etc/puppet/modules/role/manifests/ci/slave/browsertests.pp:18:23

Change-Id: Id36c0c53a3950c51f034ad893b68662363275c1a
---
M modules/role/manifests/ci/slave/browsertests.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/395961/1

diff --git a/modules/role/manifests/ci/slave/browsertests.pp 
b/modules/role/manifests/ci/slave/browsertests.pp
index f26b36a..83a1620 100644
--- a/modules/role/manifests/ci/slave/browsertests.pp
+++ b/modules/role/manifests/ci/slave/browsertests.pp
@@ -13,7 +13,7 @@
     include contint::browsertests
 
     # For CirrusSearch testing:
-    $redis_port = 6379
+    $redis_port = "6379"
 
     redis::instance { $redis_port:
         settings => {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id36c0c53a3950c51f034ad893b68662363275c1a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to