Hashar has uploaded a new change for review.

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

Change subject: Move wikimedia-fundraising-civicrm to Nodepool
......................................................................

Move wikimedia-fundraising-civicrm to Nodepool

Still on Trusty instances. The job now runs in a fresh env hence the
post build step to clear out the database is no more needed.

Add castor support to save/restore the composer cache.

Update wikimedia-fundraising-civicrm

Change-Id: Ia5909efc841bab9798658702515b703c1acd3c71
---
M jjb/wm-fundraising.yaml
1 file changed, 3 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/31/319331/1

diff --git a/jjb/wm-fundraising.yaml b/jjb/wm-fundraising.yaml
index 6bd5f27..b115df8 100644
--- a/jjb/wm-fundraising.yaml
+++ b/jjb/wm-fundraising.yaml
@@ -25,19 +25,6 @@
           $WORKSPACE/src/wikimedia/fundraising/crm/vendor/bin/phpunit \
             --log-junit $WORKSPACE/log/junit-phpunit.xml
 
-- publisher:
-    name: fundraising-crm-clean
-    publishers:
-     - postbuildscript:
-         builders:
-           - shell: |
-               # Drop the MySQL databases.
-               $WORKSPACE/src/wikimedia/fundraising/crm/bin/ci-drop-dbs.sh
-
-         # Postbuild options are confusing, setting both to false ensures the 
script always runs.
-         onsuccess: False
-         onfailure: False
-
 - project:
     # FIXME: rename
     name: wikimedia-fundraising-civicrm
@@ -46,18 +33,18 @@
 
 - job:
     name: wikimedia-fundraising-civicrm
-    # Run on isolated boxes because of messy MySQL behavior and unsafe fetches.
-    node: contintLabsSlave && UbuntuTrusty
+    node: ci-trusty-wikimedia
     concurrent: true
     triggers:
       - zuul
     builders:
+      - castor-load
       - fundraising-crm-install
       - fundraising-crm-phpunit
     publishers:
-      - fundraising-crm-clean
       - phpunit-junit
       - archive-log-dir
+      - castor-save
 
 - project:
     name: donationinterface-fundraising-branches-php55

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia5909efc841bab9798658702515b703c1acd3c71
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

Reply via email to