Krinkle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/270655
Change subject: Remove unused mw-run-phpunit-hhvm.sh
......................................................................
Remove unused mw-run-phpunit-hhvm.sh
The hhvm jobs have been using mw-phpunit.sh for a while now.
At first by selecting php vendor by using the node that has it by default,
and more recently through $PHP_BIN.
Change-Id: Ic4174096eed1b2332ab7b2e9937224bc5fcc6704
---
D bin/mw-run-phpunit-hhvm.sh
1 file changed, 0 insertions(+), 41 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins
refs/changes/55/270655/1
diff --git a/bin/mw-run-phpunit-hhvm.sh b/bin/mw-run-phpunit-hhvm.sh
deleted file mode 100755
index df8a4df..0000000
--- a/bin/mw-run-phpunit-hhvm.sh
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/bash -e
-
-# Runs a MediaWiki PHPUnit group
-#
-# By default it will run all tests besides the one listed in
-# PHPUNIT_EXCLUDE_GROUP.
-#
-# Passing 'databaseless' or 'misc' will run buildin list of tests
-
-#######################################################################
-# Configuration
-#######################################################################
-
-. /srv/deployment/integration/slave-scripts/bin/mw-set-env.sh
-
-# Path to PHPUnit as deployed by Wikimedia deployment system.
-#
-# The path is passed to MediaWiki php wrapper using --with-phpunitdir. It
-# should match a local checkout of integration/phpunit.git repository which
-# contains PHPUnit as it is installed by Composer. The local copy should be
-# deployed on all slaves via the role::ci::slave puppet class includes:
-# deployment::target { # 'contint-production-slaves': }
-#
-#
-# WARNING: don't forget to update mw-run-phpunit-allexts.sh as well
-#
-PHPUNIT_DIR=${PHPUNIT_DIR:-/srv/deployment/integration/phpunit/vendor/phpunit/phpunit}
-
-# Setup Junit destination
-JUNIT_DEST="$LOG_DIR/junit-mw-phpunit.xml"
-
-set -x
-cd "${MW_INSTALL_PATH}/tests/phpunit"
-hhvm -vEval.Jit=1 \
- -vEval.PerfPidMap=false \
- -vDebug.CoreDumpReportDirectory="$LOG_DIR" \
- -vRepo.Central.Path="$WORKSPACE/hhvm.hhbc.sqlite" \
- --php phpunit.php \
- --with-phpunitdir "$PHPUNIT_DIR" \
- --conf "$MW_INSTALL_PATH/LocalSettings.php" \
- --log-junit $JUNIT_DEST
--
To view, visit https://gerrit.wikimedia.org/r/270655
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic4174096eed1b2332ab7b2e9937224bc5fcc6704
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits