[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
|
- name: make the app be real
|
||||||
hosts: os_control_stg[0]:os_masters[0]
|
hosts: os_control_stg[0]:os_control[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,7 @@ items:
|
||||||
runPolicy: Serial
|
runPolicy: Serial
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
{% if env == 'staging' %}
|
|
||||||
FROM fedora:36
|
FROM fedora:36
|
||||||
{% else %}
|
|
||||||
FROM fedora:34
|
|
||||||
{% endif %}
|
|
||||||
LABEL \
|
LABEL \
|
||||||
name="the-new-hotness" \
|
name="the-new-hotness" \
|
||||||
vendor="Fedora Infrastructure" \
|
vendor="Fedora Infrastructure" \
|
||||||
|
@ -37,8 +33,6 @@ items:
|
||||||
git checkout staging && \
|
git checkout staging && \
|
||||||
{% else %}
|
{% else %}
|
||||||
git checkout production && \
|
git checkout production && \
|
||||||
pip-3 install . && \
|
|
||||||
pushd hotness_schema && \
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
pip-3 install . && \
|
pip-3 install . && \
|
||||||
rm -rf the-new-hotness
|
rm -rf the-new-hotness
|
||||||
|
|
|
@ -114,12 +114,8 @@ keywords = "FutureFeature,Triaged"
|
||||||
bug_status = "NEW"
|
bug_status = "NEW"
|
||||||
short_desc_template = "%(name)s-%(latest_upstream)s is available"
|
short_desc_template = "%(name)s-%(latest_upstream)s is available"
|
||||||
description_template = """
|
description_template = """
|
||||||
{% if env == "staging" %}
|
|
||||||
Releases retrieved: %(retrieved_versions)s
|
Releases retrieved: %(retrieved_versions)s
|
||||||
Upstream release that is considered latest: %(latest_upstream)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
|
Current version/release in %(repo_name)s: %(repo_version)s-%(repo_release)s
|
||||||
URL: %(url)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" %}
|
{% if env == "staging" %}
|
||||||
Based on the information from Anitya: https://stg.release-monitoring.org/project/%(projectid)s/\n
|
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 %}
|
{% else %}
|
||||||
Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n
|
Based on the information from Anitya: https://release-monitoring.org/project/%(projectid)s/\n
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
To change the monitoring settings for the project, please visit:
|
||||||
|
%(dist_git_url)s
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[consumer_config.koji]
|
[consumer_config.koji]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue