F31 Bodhi Activation
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
8618395ce6
commit
be83800071
4 changed files with 14 additions and 13 deletions
|
@ -81,6 +81,9 @@ rules:
|
|||
--- !Policy
|
||||
id: "no_requirements_testing"
|
||||
product_versions:
|
||||
- fedora-31-modular
|
||||
- fedora-31-containers
|
||||
- fedora-31-flatpaks
|
||||
- fedora-30-modular
|
||||
- fedora-30-containers
|
||||
- fedora-30-flatpaks
|
||||
|
@ -98,6 +101,9 @@ rules: []
|
|||
--- !Policy
|
||||
id: "no_requirements_for_stable"
|
||||
product_versions:
|
||||
- fedora-31-modular
|
||||
- fedora-31-containers
|
||||
- fedora-31-flatpaks
|
||||
- fedora-30-modular
|
||||
- fedora-30-containers
|
||||
- fedora-30-flatpaks
|
||||
|
@ -116,6 +122,7 @@ rules: []
|
|||
# openQA policies
|
||||
id: "openqa_release_critical_tasks_for_testing"
|
||||
product_versions:
|
||||
- fedora-31
|
||||
- fedora-30
|
||||
- fedora-29
|
||||
decision_context: bodhi_update_push_testing
|
||||
|
@ -127,6 +134,7 @@ rules:
|
|||
--- !Policy
|
||||
id: "openqa_release_critical_tasks_for_stable"
|
||||
product_versions:
|
||||
- fedora-31
|
||||
- fedora-30
|
||||
- fedora-29
|
||||
decision_context: bodhi_update_push_stable
|
||||
|
|
|
@ -166,21 +166,14 @@ config = {
|
|||
"type": "modular"
|
||||
},
|
||||
{
|
||||
"from": "f31-pending",
|
||||
"to": "f31",
|
||||
"from": "f31-signing-pending",
|
||||
"to": "f31-updates-testing-pending",
|
||||
"key": "fedora-31",
|
||||
"keyid": "3c3359c4"
|
||||
},
|
||||
{
|
||||
"from": "f31-modular-pending",
|
||||
"to": "f31-modular",
|
||||
"key": "fedora-31",
|
||||
"keyid": "3c3359c4",
|
||||
"type": "modular"
|
||||
},
|
||||
{
|
||||
"from": "f31-modular-updates-candidate",
|
||||
"to": "f31-modular",
|
||||
"from": "f31-modular-signing-pending",
|
||||
"to": "f31-modular-updates-testing-pending",
|
||||
"key": "fedora-31",
|
||||
"keyid": "3c3359c4",
|
||||
"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