mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
Enable CG tagging in stg MBS.
This commit is contained in:
@@ -137,8 +137,13 @@ class ProdConfiguration(BaseConfiguration):
|
||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||
SCMURLS = ['git://pkgs.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 %}
|
||||
KOJI_PROFILE = 'production'
|
||||
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x']
|
||||
@@ -151,6 +156,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||
KOJI_ENABLE_CONTENT_GENERATOR = True
|
||||
{% endif %}
|
||||
|
||||
|
||||
# This is a whitelist of prefixes of koji tags we're allowed to manipulate
|
||||
KOJI_TAG_PREFIXES = [
|
||||
# This is our standard prefix. All module tags should start with this.
|
||||
|
||||
Reference in New Issue
Block a user