bodhi: update to 8.1
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
d107831270
commit
4f9e62bc3a
4 changed files with 6 additions and 3 deletions
|
@ -391,6 +391,8 @@ dogpile.cache.expiration_time = 21600
|
|||
# buildsystem = dev
|
||||
buildsystem = koji
|
||||
|
||||
trusted_build_sources = git+https://src.fedoraproject.org/,https://src.fedoraproject.org/
|
||||
|
||||
# The base URL to Koji, used to construct HTML links to Koji builds in the web UI
|
||||
# koji_web_url = https://koji.fedoraproject.org/koji/
|
||||
{% if env == 'staging' %}
|
||||
|
@ -765,6 +767,7 @@ sqlalchemy.url = postgresql://bodhi2:{{ bodhi2Password }}@db-bodhi.iad2.fedorapr
|
|||
{% elif env == 'staging' %}
|
||||
sqlalchemy.url = postgresql://bodhi2:{{ bodhi2PasswordSTG }}@db01.stg.iad2.fedoraproject.org/bodhi2
|
||||
{% endif %}
|
||||
# sqlalchemy_extra.statement_timeout = 30000
|
||||
|
||||
##
|
||||
## Templates
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:40
|
||||
{% else %}
|
||||
FROM fedora:38
|
||||
FROM fedora:40
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-base" \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{% if env == "staging" %}
|
||||
FROM fedora:40
|
||||
{% else %}
|
||||
FROM fedora:38
|
||||
FROM fedora:40
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="bodhi-critpathcron" \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Set the Bodhi variables
|
||||
bodhi_version: "{{ (env == 'production')|ternary('8.0.2', '8.0.2') }}"
|
||||
bodhi_version: "{{ (env == 'production')|ternary('8.1.0', '8.1.0') }}"
|
||||
bodhi_openshift_pods: 1
|
||||
bodhi_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(bodhi|pungi)\..*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue