Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/278001
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(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/config
refs/changes/01/278001/1
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: newchange
Gerrit-Change-Id: I8d6085e2af2d3c5d81d233f3a951f9c588d04fbb
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits