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

Change subject: castor: share cache between ext and skins
......................................................................


castor: share cache between ext and skins

They should have a lot of overlaps and there are so many of them the
central cache would fill up very quickly.

Change-Id: I8d6085e2af2d3c5d81d233f3a951f9c588d04fbb
---
M jjb/castor.yaml
1 file changed, 5 insertions(+), 0 deletions(-)

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



diff --git a/jjb/castor.yaml b/jjb/castor.yaml
index 1f39576..1a8d50e 100644
--- a/jjb/castor.yaml
+++ b/jjb/castor.yaml
@@ -43,6 +43,11 @@
             NS_PROJECT=${ZUUL_PROJECT////-}
             NS_BRANCH=${ZUUL_BRANCH////-}
 
+            # Pill up MediaWiki extensions and skins caches together
+            if [[ "$ZUUL_PROJECT" =~ ^mediawiki/(extensions|skins)/ ]]; then
+                NS_PROJECT="castor-mw-ext-and-skins"
+            fi
+
             # Ex: mediawiki-core/REL1_26/tox-jessie
             # Prefer TRIGGERED_JOB_NAME when it is set
             NS_JOB=${TRIGGERED_JOB_NAME:-$JOB_NAME}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8d6085e2af2d3c5d81d233f3a951f9c588d04fbb
Gerrit-PatchSet: 1
Gerrit-Project: integration/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