← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~ilasc/lp-production-configs/adjust-repack-thresholds-qastaging into lp:lp-production-configs

 

Ioana Lasc has proposed merging lp:~ilasc/lp-production-configs/adjust-repack-thresholds-qastaging into lp:lp-production-configs.

Commit message:
Set loose_objects_threshold to 35 in QAS

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ilasc/lp-production-configs/adjust-repack-thresholds-qastaging/+merge/402989

We will want to land this only after we've successfully started the dedicated repacks celery worker in Turnip QAS (https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/402770).

We want the lower loose_objects_threshold to be able to see some auto-repacks trigger (as it stands today there will be only 1 repo qualifying, but getting 2 other test repos to that threshold shouldn't be a problem). 
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~ilasc/lp-production-configs/adjust-repack-thresholds-qastaging into lp:lp-production-configs.
=== modified file 'qastaging-lazr.conf'
--- qastaging-lazr.conf	2021-05-12 09:13:20 +0000
+++ qastaging-lazr.conf	2021-05-19 13:50:28 +0000
@@ -46,7 +46,7 @@
 git_browse_root: https://git.qastaging.paddev.net/
 git_anon_root: git://git.qastaging.paddev.net/
 git_ssh_root: git+ssh://git.qastaging.paddev.net/
-loose_objects_threshold: 4350
+loose_objects_threshold: 35
 packs_threshold: 30
 
 [oci]


Follow ups