Update koschei config for new version

This commit is contained in:
Michael Simacek 2016-06-23 13:16:09 +02:00
parent 6dc59b465a
commit 64d1190f93

View file

@ -19,32 +19,21 @@ config = {
"ca": "/etc/koschei/fedora-ca.cert",
"serverca": "/etc/koschei/fedora-ca.cert",
},
"source_tag": "{{ koschei_koji_tag }}",
"target_tag": "{{ koschei_koji_tag }}",
"build_tag": "{{ koschei_koji_tag }}-build",
"max_builds": 40,
"build_arches": ['i386', 'x86_64', 'armhfp'],
"build_opts": {
},
"load_threshold": 0.65,
"task_priority": 30,
"repo_url": "http://{{ koschei_kojipkgs }}/repos/{build_tag}/{repo_id}/{arch}",
},
"dependency": {
"build_group": "build",
"for_arch": "x86_64",
"repo_cache_items": 10,
"keep_build_deps_for": 1,
"local": False,
"arches": ['x86_64', 'i386'],
"persist_chunk_size": 300,
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 150,
"cache_l1_capacity": 3,
"cache_l2_capacity": 50,
"cache_l1_threads": 3,
"cache_l2_threads": 1,
"cache_threads_max": 4,
"dependency_cache_capacity": 50000,
"cache_l2_capacity": 100,
"ignore_weak_deps": True,
},
"services": {