mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-09 05:38:04 +08:00
Revert "Set concurrent treshold for copr same as for mock"
This reverts commit 6bea509833.
This commit is contained in:
@@ -93,9 +93,6 @@ def at_concurrent_component_threshold(config, session):
|
||||
if conf.system == "mock":
|
||||
return False
|
||||
|
||||
if conf.system == "copr":
|
||||
return False
|
||||
|
||||
import koji # Placed here to avoid py2/py3 conflicts...
|
||||
|
||||
if config.num_consecutive_builds and config.num_consecutive_builds <= \
|
||||
|
||||
Reference in New Issue
Block a user