Dduvall has uploaded a new change for review.

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

Change subject: Removed browsertests role
......................................................................

Removed browsertests role

The qa/browsertests repo has been retired in favor of maintaining tests
within extension and core codebases.

Change-Id: I6a02788a42a5dcd58dc03ce845fedfe791da3bcb
Bug: 68625
---
D puppet/manifests/roles/browsertests.pp
1 file changed, 0 insertions(+), 34 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/21/149921/1

diff --git a/puppet/manifests/roles/browsertests.pp 
b/puppet/manifests/roles/browsertests.pp
deleted file mode 100644
index 2947c0f..0000000
--- a/puppet/manifests/roles/browsertests.pp
+++ /dev/null
@@ -1,34 +0,0 @@
-# == Class: role::browsertests
-# Configures this machine to run the Wikimedia Foundation's set of
-# Selenium browser tests for MediaWiki instances.
-#
-# === Parameters
-#
-# [*install_location*]
-#   The local installation path for qa/browsertests.
-#
-class role::browsertests (
-    $install_location  = '/srv/browsertests',
-) {
-    include role::mediawiki
-    include browsertests
-
-    git::clone { 'qa/browsertests':
-        directory => $install_location,
-    }
-
-    file { "${install_location}/config":
-        ensure  => directory,
-        require => Git::Clone['qa/browsertests'],
-    }
-
-    # Store the password for the 'Selenium_user' MediaWiki account.
-    file { "${install_location}/config/secret.yml":
-        content => template('browsertests/secret.yml.erb'),
-        require => File["${install_location}/config"],
-    }
-
-    browsertests::bundle { "${install_location}/tests/browser":
-        require => Git::Clone['qa/browsertests'],
-    }
-}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a02788a42a5dcd58dc03ce845fedfe791da3bcb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Dduvall <[email protected]>

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

Reply via email to