taskotron: Rawhide is now F32
This commit is contained in:
parent
3fc680b063
commit
a5ec3cf33e
4 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
||||||
[default]
|
[default]
|
||||||
imgfac_base_url={{imagefactory_baseurl}}
|
imgfac_base_url={{imagefactory_baseurl}}
|
||||||
rawhide=31
|
rawhide=32
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,5 @@ extra_enablerepos: ''
|
||||||
imagefactory_build_releases:
|
imagefactory_build_releases:
|
||||||
- 29
|
- 29
|
||||||
- 30
|
- 30
|
||||||
|
- 31
|
||||||
- rawhide
|
- rawhide
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[default]
|
[default]
|
||||||
imgfac_base_url=http://127.0.0.1:8075/imagefactory
|
imgfac_base_url=http://127.0.0.1:8075/imagefactory
|
||||||
rawhide=31
|
rawhide=32
|
||||||
|
|
||||||
mail_from={{deployment_type}}.imagefactory@qa.fedoraproject.org
|
mail_from={{deployment_type}}.imagefactory@qa.fedoraproject.org
|
||||||
mail_to=jskladan@redhat.com tflink@redhat.com
|
mail_to=jskladan@redhat.com tflink@redhat.com
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
tag:
|
tag:
|
||||||
$and:
|
$and:
|
||||||
- $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
- $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||||
- $not:
|
|
||||||
$regex: '/^f31-.*/' # Branched disabled during initial stabilization period
|
|
||||||
- $not:
|
- $not:
|
||||||
$regex: '/^f32-.*/' # Rawhide CI gating not supported yet
|
$regex: '/^f32-.*/' # Rawhide CI gating not supported yet
|
||||||
do:
|
do:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue