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

Change subject: testextensions jobs needs label hashPhpUnit
......................................................................


testextensions jobs needs label hashPhpUnit

phpunit is required for unit testing, make sure to run the jobs on a
slave that has phpunit installed (currently only gallium, lanthanum is
missing it :/).

Change-Id: Ifd4663e216f6ade6b93e37a454365c1be78d561f
---
M mediawiki-extensions.yaml
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/mediawiki-extensions.yaml b/mediawiki-extensions.yaml
index 0ddb471..6d052cd 100644
--- a/mediawiki-extensions.yaml
+++ b/mediawiki-extensions.yaml
@@ -47,7 +47,7 @@
 # Run all extension tests
 - job-template:
     name: '{name}-{ext-name}-testextensions-{mwbranch}'
-    node: hasSlaveScripts
+    node: (hasSlaveScripts && hasPhpUnit)
     defaults: use-zuul-for-mw-ext
     triggers:
      - zuul

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

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

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

Reply via email to