monitor-gating: Fix end tag after branching

The branching happened few days ago and till then the monitor-gating
script is failing. Let's update the end tag to `f36` to fix the issue.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-08-16 14:25:54 +02:00
parent 501988bba8
commit 27b1cc5423

View file

@ -20,7 +20,7 @@ name_multi_1 = "dummy-test-package-crested"
name_multi_2 = "dummy-test-package-rubino"
branch = "rawhide"
pagure_token = "{{ monitor_gating_pagure_token_stg }}"
koji_end_tag = "f35"
koji_end_tag = "f36"
{% else %}
fedpkg = "fedpkg"
@ -34,7 +34,7 @@ bodhi = "https://bodhi.fedoraproject.org"
bodhi-cli = "bodhi"
bodhi-user = "packagerbot"
bodhi-password = "{{ monitor_gating_packagerbot_pwd_prod }}"
koji_end_tag = "f35"
koji_end_tag = "f36"
_env = "prod"
_ci_env = "prod"