Enable CG tagging in stg MBS.
This commit is contained in:
parent
f2ba8005c4
commit
d439fbef48
1 changed files with 8 additions and 2 deletions
|
@ -137,8 +137,13 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||||
SCMURLS = ['git://pkgs.stg.fedoraproject.org/modules/',
|
SCMURLS = ['git://pkgs.stg.fedoraproject.org/modules/',
|
||||||
'https://src.stg.fedoraproject.org/modules/']
|
'https://src.stg.fedoraproject.org/modules/']
|
||||||
# Blocked on https://pagure.io/releng/issue/6799
|
|
||||||
KOJI_ENABLE_CONTENT_GENERATOR = False
|
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||||
|
|
||||||
|
# See https://pagure.io/releng/issue/7012
|
||||||
|
BASE_MODULE_NAMES = set(['platform', 'bootstrap'])
|
||||||
|
KOJI_CG_BUILD_TAG_TEMPLATE = "{}-modular-updates-candidate"
|
||||||
|
KOJI_CG_DEFAULT_BUILD_TAG = "modular-updates-candidate"
|
||||||
{% else %}
|
{% else %}
|
||||||
KOJI_PROFILE = 'production'
|
KOJI_PROFILE = 'production'
|
||||||
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x']
|
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x']
|
||||||
|
@ -151,6 +156,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
KOJI_ENABLE_CONTENT_GENERATOR = True
|
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
|
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
|
||||||
KOJI_TAG_PREFIXES = [
|
KOJI_TAG_PREFIXES = [
|
||||||
# This is our standard prefix. All module tags should start with this.
|
# This is our standard prefix. All module tags should start with this.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue