[the-new-hotness] Prepare for new release in OCP4
This commit will sync the staging with production for 1.2.0 release and changes the host to OCP4 cluster. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
2ff5956ff2
commit
4dbe3c40db
3 changed files with 4 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os_control_stg[0]:os_masters[0]
|
||||
hosts: os_control_stg[0]:os_control[0]
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -10,11 +10,7 @@ items:
|
|||
runPolicy: Serial
|
||||
source:
|
||||
dockerfile: |-
|
||||
{% if env == 'staging' %}
|
||||
FROM fedora:36
|
||||
{% else %}
|
||||
FROM fedora:34
|
||||
{% endif %}
|
||||
LABEL \
|
||||
name="the-new-hotness" \
|
||||
vendor="Fedora Infrastructure" \
|
||||
|
@ -37,8 +33,6 @@ items:
|
|||
git checkout staging && \
|
||||
{% else %}
|
||||
git checkout production && \
|
||||
pip-3 install . && \
|
||||
pushd hotness_schema && \
|
||||
{% endif %}
|
||||
pip-3 install . && \
|
||||
rm -rf the-new-hotness
|
||||
|
|
|
@ -114,12 +114,8 @@ keywords = "FutureFeature,Triaged"
|
|||
bug_status = "NEW"
|
||||
short_desc_template = "%(name)s-%(latest_upstream)s is available"
|
||||
description_template = """
|
||||
{% if env == "staging" %}
|
||||
Releases retrieved: %(retrieved_versions)s
|
||||
Upstream release that is considered latest: %(latest_upstream)s
|
||||
{% else %}
|
||||
Latest upstream release: %(latest_upstream)s
|
||||
{% endif %}
|
||||
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s
|
||||
URL: %(url)s
|
||||
|
||||
|
@ -131,12 +127,12 @@ Please keep in mind that with any upstream change, there may also be packaging c
|
|||
|
||||
{% if env == "staging" %}
|
||||
Based on the information from Anitya: https://stg.release-monitoring.org/project/%(projectid)s/\n
|
||||
|
||||
To change the monitoring settings for the project, please visit:
|
||||
%(dist_git_url)s
|
||||
{% else %}
|
||||
Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n
|
||||
{% endif %}
|
||||
|
||||
To change the monitoring settings for the project, please visit:
|
||||
%(dist_git_url)s
|
||||
"""
|
||||
|
||||
[consumer_config.koji]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue