Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/186620

Change subject: Add role::ve::test_rig
......................................................................

Add role::ve::test_rig

Declare a role for a VisualEditor performance testing rig. It sets up a
headless Chromium instance (using xvfb) that listens on port 9222 for remote
debugging.

Change-Id: I669eb26c979594814a6dcd31128b70277db1d111
---
A manifests/role/ve.pp
1 file changed, 15 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/20/186620/1

diff --git a/manifests/role/ve.pp b/manifests/role/ve.pp
new file mode 100644
index 0000000..e0f2988
--- /dev/null
+++ b/manifests/role/ve.pp
@@ -0,0 +1,15 @@
+# == Class: role::ve::test_rig
+#
+# Sets up a Visual Editor performance testing rig with a headless Chromium
+# instance that supports remote debugging.
+#
+class role::ve::test_rig( $ensure = present ) {
+    class { 'xvfb':
+        ensure     => $ensure,
+        resolution => '1366x768x24',
+    }
+
+    class { 'chromium':
+        ensure => $ensure,
+    }
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I669eb26c979594814a6dcd31128b70277db1d111
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to