Hashar has uploaded a new change for review.

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


Change subject: (WIP) mediawiki-core-phpunit-* made concurrent (WIP)
......................................................................

(WIP) mediawiki-core-phpunit-* made concurrent (WIP)

WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP
WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP
WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP

parser jobs have a race condition, creating a file named Foobar.svg in
the temp directory causing parralel jobs to fails.

WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP
WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP
WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP
WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP WIP

Updates MediaWiki PHPUnit jobs to be runnable concurrently:

    mediawiki-core-phpunit-api
    mediawiki-core-phpunit-databaseless
    mediawiki-core-phpunit-misc
    mediawiki-core-phpunit-parser

Had to fix a race condition in the mw-install-sqlite.sh script which
would delete *.sqlite in the tmpfs directory. Fixed and deployed slave
script change https://gerrit.wikimedia.org/r/#/c/102149/

Change-Id: I78fd99fa15731b4eb6d4c3ef1d573e972443aaa2
---
M mediawiki.yaml
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/52/102152/1

diff --git a/mediawiki.yaml b/mediawiki.yaml
index 61472b1..eb9e915 100644
--- a/mediawiki.yaml
+++ b/mediawiki.yaml
@@ -95,6 +95,7 @@
     name: '{name}-phpunit-{phpunit-group}'
     node: hasSlaveScripts
     defaults: use-remote-zuul
+    concurrent: true
     scm:
      - git-mwcore
     triggers:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I78fd99fa15731b4eb6d4c3ef1d573e972443aaa2
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

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

Reply via email to