Eileen has uploaded a new change for review. https://gerrit.wikimedia.org/r/271135
Change subject: Revert "Prevent civicrm-buildkit from storing SQL dumps" ...................................................................... Revert "Prevent civicrm-buildkit from storing SQL dumps" This reverts commit 889497e823a3447c19915df2d0b177c6d90f79b4. Immediately following merging this we started to get related looking tests https://integration.wikimedia.org/ci/job/wikimedia-fundraising-civicrm/1844/console Change-Id: I9f109379c4fa815c8cb0c4bd8f48ac75abee3ec2 --- M app/config/wmff/install.sh 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/civicrm-buildkit refs/changes/35/271135/1 diff --git a/app/config/wmff/install.sh b/app/config/wmff/install.sh index 84607f7..3561bc7 100644 --- a/app/config/wmff/install.sh +++ b/app/config/wmff/install.sh @@ -5,11 +5,6 @@ ## Drupal is actually in a subdir of the main source tree CMS_ROOT="$WEB_ROOT/drupal" -# Skip the store and restore to dump, we want to avoid cross-job contamination. -CMS_SQL_SKIP=1 -CIVI_SQL_SKIP=1 -TEST_SQL_SKIP=1 - # Update vendor libraries. pushd "$WEB_ROOT" composer install -- To view, visit https://gerrit.wikimedia.org/r/271135 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f109379c4fa815c8cb0c4bd8f48ac75abee3ec2 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/civicrm-buildkit Gerrit-Branch: master Gerrit-Owner: Eileen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
