Ejegg has submitted this change and it was merged. 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(-) Approvals: Ejegg: Verified; Looks good to me, approved 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: merged Gerrit-Change-Id: I9f109379c4fa815c8cb0c4bd8f48ac75abee3ec2 Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/civicrm-buildkit Gerrit-Branch: master Gerrit-Owner: Eileen <[email protected]> Gerrit-Reviewer: AndyRussG <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Cdentinger <[email protected]> Gerrit-Reviewer: Eileen <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: Pcoombe <[email protected]> Gerrit-Reviewer: XenoRyet <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
