Awight has uploaded a new change for review.

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

Change subject: Fundraising CRM job can run concurrently now
......................................................................

Fundraising CRM job can run concurrently now

We think the last race condition has been patched, so setting this job to
run concurrently.

Bug: T91903
Change-Id: Ic542872721b11378e155878b959eb835d6fffc99
---
M jjb/wm-fundraising.yaml
1 file changed, 1 insertion(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/47/266447/1

diff --git a/jjb/wm-fundraising.yaml b/jjb/wm-fundraising.yaml
index 2c4abc6..0d6b764 100644
--- a/jjb/wm-fundraising.yaml
+++ b/jjb/wm-fundraising.yaml
@@ -31,13 +31,6 @@
      - postbuildscript:
          builders:
            - shell: |
-               # FIXME: Some junk gets left behind (e.g. database dsn), which
-               # corrupts later runs.  Remove it.  Ideally this cache would
-               # be stored under $WORKSPACE and would be cleaned up without
-               # an additional step.  Also, this causes a race condition,
-               # the job can run concurrently once we fix this cache dir.
-               rm -rf $HOME/.amp
-
                # Drop the MySQL databases.
                $WORKSPACE/src/wikimedia/fundraising/crm/bin/ci-drop-dbs.sh
 
@@ -55,8 +48,7 @@
     name: wikimedia-fundraising-civicrm
     # Run on isolated boxes because of messy MySQL behavior and unsafe fetches.
     node: contintLabsSlave && UbuntuTrusty
-    # FIXME: due to the ~/.amp thing.
-    concurrent: false
+    concurrent: true
     triggers:
       - zuul
     builders:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic542872721b11378e155878b959eb835d6fffc99
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Awight <[email protected]>

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

Reply via email to