F32 Beta Freeze And Bodhi Activation
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
183f57e385
commit
d6d9304df3
4 changed files with 12 additions and 4 deletions
|
@ -81,6 +81,9 @@ rules:
|
|||
--- !Policy
|
||||
id: "no_requirements_testing"
|
||||
product_versions:
|
||||
- fedora-32-modular
|
||||
- fedora-32-containers
|
||||
- fedora-32-flatpaks
|
||||
- fedora-31-modular
|
||||
- fedora-31-containers
|
||||
- fedora-31-flatpaks
|
||||
|
@ -102,6 +105,9 @@ rules: []
|
|||
--- !Policy
|
||||
id: "no_requirements_for_stable"
|
||||
product_versions:
|
||||
- fedora-32-modular
|
||||
- fedora-32-containers
|
||||
- fedora-32-flatpaks
|
||||
- fedora-31-modular
|
||||
- fedora-31-containers
|
||||
- fedora-31-flatpaks
|
||||
|
@ -124,6 +130,7 @@ rules: []
|
|||
# openQA policies
|
||||
id: "openqa_release_critical_tasks_for_testing"
|
||||
product_versions:
|
||||
- fedora-32
|
||||
- fedora-31
|
||||
- fedora-30
|
||||
- fedora-29
|
||||
|
@ -136,6 +143,7 @@ rules:
|
|||
--- !Policy
|
||||
id: "openqa_release_critical_tasks_for_stable"
|
||||
product_versions:
|
||||
- fedora-32
|
||||
- fedora-31
|
||||
- fedora-30
|
||||
- fedora-29
|
||||
|
|
|
@ -246,8 +246,8 @@ handlers = ["console"]
|
|||
type = "modular"
|
||||
|
||||
[[consumer_config.koji_instances.primary.tags]]
|
||||
from = "f32-modular-updates-candidate"
|
||||
to = "f32-modular"
|
||||
from = "f32-modular-signing-pending"
|
||||
to = "f32-modular-updates-testing-pending"
|
||||
key = "{{ (env == 'production')|ternary('fedora-32', 'testkey') }}"
|
||||
keyid = "{{ (env == 'production')|ternary('12c944d0', 'd300e724') }}"
|
||||
type = "modular"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#options are: prebeta, postbeta, current
|
||||
FedoraBranchedBodhi: current
|
||||
FedoraBranchedBodhi: prebeta
|
||||
|
|
|
@ -1 +1 @@
|
|||
RelEngFrozen: False
|
||||
RelEngFrozen: True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue