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
|
--- !Policy
|
||||||
id: "no_requirements_testing"
|
id: "no_requirements_testing"
|
||||||
product_versions:
|
product_versions:
|
||||||
|
- fedora-31-modular
|
||||||
|
- fedora-31-containers
|
||||||
|
- fedora-31-flatpaks
|
||||||
- fedora-30-modular
|
- fedora-30-modular
|
||||||
- fedora-30-containers
|
- fedora-30-containers
|
||||||
- fedora-30-flatpaks
|
- fedora-30-flatpaks
|
||||||
|
@ -98,6 +101,9 @@ rules: []
|
||||||
--- !Policy
|
--- !Policy
|
||||||
id: "no_requirements_for_stable"
|
id: "no_requirements_for_stable"
|
||||||
product_versions:
|
product_versions:
|
||||||
|
- fedora-31-modular
|
||||||
|
- fedora-31-containers
|
||||||
|
- fedora-31-flatpaks
|
||||||
- fedora-30-modular
|
- fedora-30-modular
|
||||||
- fedora-30-containers
|
- fedora-30-containers
|
||||||
- fedora-30-flatpaks
|
- fedora-30-flatpaks
|
||||||
|
@ -116,6 +122,7 @@ rules: []
|
||||||
# openQA policies
|
# openQA policies
|
||||||
id: "openqa_release_critical_tasks_for_testing"
|
id: "openqa_release_critical_tasks_for_testing"
|
||||||
product_versions:
|
product_versions:
|
||||||
|
- fedora-31
|
||||||
- fedora-30
|
- fedora-30
|
||||||
- fedora-29
|
- fedora-29
|
||||||
decision_context: bodhi_update_push_testing
|
decision_context: bodhi_update_push_testing
|
||||||
|
@ -127,6 +134,7 @@ rules:
|
||||||
--- !Policy
|
--- !Policy
|
||||||
id: "openqa_release_critical_tasks_for_stable"
|
id: "openqa_release_critical_tasks_for_stable"
|
||||||
product_versions:
|
product_versions:
|
||||||
|
- fedora-31
|
||||||
- fedora-30
|
- fedora-30
|
||||||
- fedora-29
|
- fedora-29
|
||||||
decision_context: bodhi_update_push_stable
|
decision_context: bodhi_update_push_stable
|
||||||
|
|
|
@ -166,21 +166,14 @@ config = {
|
||||||
"type": "modular"
|
"type": "modular"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": "f31-pending",
|
"from": "f31-signing-pending",
|
||||||
"to": "f31",
|
"to": "f31-updates-testing-pending",
|
||||||
"key": "fedora-31",
|
"key": "fedora-31",
|
||||||
"keyid": "3c3359c4"
|
"keyid": "3c3359c4"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"from": "f31-modular-pending",
|
"from": "f31-modular-signing-pending",
|
||||||
"to": "f31-modular",
|
"to": "f31-modular-updates-testing-pending",
|
||||||
"key": "fedora-31",
|
|
||||||
"keyid": "3c3359c4",
|
|
||||||
"type": "modular"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"from": "f31-modular-updates-candidate",
|
|
||||||
"to": "f31-modular",
|
|
||||||
"key": "fedora-31",
|
"key": "fedora-31",
|
||||||
"keyid": "3c3359c4",
|
"keyid": "3c3359c4",
|
||||||
"type": "modular"
|
"type": "modular"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#options are: preBeta, postBeta, current
|
#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