Bodhi enablement point F33
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
parent
477eafaa96
commit
2912da07cf
4 changed files with 12 additions and 4 deletions
|
@ -84,6 +84,9 @@ rules:
|
||||||
--- !Policy
|
--- !Policy
|
||||||
id: "no_requirements_testing"
|
id: "no_requirements_testing"
|
||||||
product_versions:
|
product_versions:
|
||||||
|
- fedora-33-modular
|
||||||
|
- fedora-33-containers
|
||||||
|
- fedora-33-flatpaks
|
||||||
- fedora-32-modular
|
- fedora-32-modular
|
||||||
- fedora-32-containers
|
- fedora-32-containers
|
||||||
- fedora-32-flatpaks
|
- fedora-32-flatpaks
|
||||||
|
@ -107,6 +110,9 @@ rules: []
|
||||||
--- !Policy
|
--- !Policy
|
||||||
id: "no_requirements_for_stable"
|
id: "no_requirements_for_stable"
|
||||||
product_versions:
|
product_versions:
|
||||||
|
- fedora-33-modular
|
||||||
|
- fedora-33-containers
|
||||||
|
- fedora-33-flatpaks
|
||||||
- fedora-32-modular
|
- fedora-32-modular
|
||||||
- fedora-32-containers
|
- fedora-32-containers
|
||||||
- fedora-32-flatpaks
|
- fedora-32-flatpaks
|
||||||
|
@ -133,6 +139,7 @@ id: "openqa_release_critical_tasks_for_testing"
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-rawhide
|
- fedora-rawhide
|
||||||
- fedora-eln
|
- fedora-eln
|
||||||
|
- fedora-33
|
||||||
- fedora-32
|
- fedora-32
|
||||||
- fedora-31
|
- fedora-31
|
||||||
- fedora-30
|
- fedora-30
|
||||||
|
@ -147,6 +154,7 @@ id: "openqa_release_critical_tasks_for_stable"
|
||||||
product_versions:
|
product_versions:
|
||||||
- fedora-rawhide
|
- fedora-rawhide
|
||||||
- fedora-eln
|
- fedora-eln
|
||||||
|
- fedora-33
|
||||||
- fedora-32
|
- fedora-32
|
||||||
- fedora-31
|
- fedora-31
|
||||||
- fedora-30
|
- fedora-30
|
||||||
|
|
|
@ -259,8 +259,8 @@ handlers = ["console"]
|
||||||
type = "modular"
|
type = "modular"
|
||||||
|
|
||||||
[[consumer_config.koji_instances.primary.tags]]
|
[[consumer_config.koji_instances.primary.tags]]
|
||||||
from = "f33-modular-updates-candidate"
|
from = "f33-modular-signing-pending"
|
||||||
to = "f33-modular"
|
to = "f33-modular-updates-testing-pending"
|
||||||
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
|
key = "{{ (env == 'production')|ternary('fedora-33', 'testkey') }}"
|
||||||
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
|
keyid = "{{ (env == 'production')|ternary('9570ff31', 'd300e724') }}"
|
||||||
type = "modular"
|
type = "modular"
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
# prebeta: After bodhi enablement/beta freeze and before beta release
|
# prebeta: After bodhi enablement/beta freeze and before beta release
|
||||||
# postbeta: After beta release and before final release
|
# postbeta: After beta release and before final release
|
||||||
# current: After final release
|
# current: After final release
|
||||||
FedoraBranchedBodhi: preenable
|
FedoraBranchedBodhi: prebeta
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
RelEngFrozen: False
|
RelEngFrozen: True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue