jenkins-bot has submitted this change and it was merged.

Change subject: parsoidsvc-php-parsertests: record test hashes.
......................................................................


parsoidsvc-php-parsertests: record test hashes.

Log (a hash of) the exact parserTest files involved, so that any unexpected
results can be debugged.

Change-Id: I907157c17aec17c938f5352f74638c18c6ea3cd7
---
M parsoidsvc.yaml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/parsoidsvc.yaml b/parsoidsvc.yaml
index 9fa4a7e..cfd3470 100644
--- a/parsoidsvc.yaml
+++ b/parsoidsvc.yaml
@@ -45,6 +45,9 @@
             /srv/deployment/integration/slave-scripts/bin/mw-install-sqlite.sh
 
         - shell: |
+           # record the versions of parsertests we're running, for debugging
+           # if something goes wrong
+           find -name parserTests.txt -print0 | xargs -0 md5sum -b
            # Now run parserTests
            # FIXME should use the phpunit wrapper
            cd src/mediawiki/core

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I907157c17aec17c938f5352f74638c18c6ea3cd7
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Cscott <canan...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to