#273 Fix koji session
Closed a year ago by zlopez. Opened a year ago by lenkaseg.
fedora-infra/ lenkaseg/toddlers session_fix  into  production

@@ -113,6 +113,8 @@ 

          repo = msg["commit"]["repo"]

          branch = msg["commit"]["branch"]

  

+         self._create_session(koji_url, principal, keytab)

+ 

          if branch in ["main", "rawhide"]:

              tag_name = self.get_fedora_rawhide_tag("rawhide")

          elif "container" in msg["commit"]["namespace"]:
@@ -126,8 +128,6 @@ 

  

          _log.info("Processing Koji block retired for %s", repo)

  

-         self._create_session(koji_url, principal, keytab)

- 

          # Untag builds first due to koji/mash bug:

          # https://fedorahosted.org/koji/ticket/299

          # FIXME: This introduces a theoretical race condition when a package is

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/d4de6f9831c74f75bee1c833839089f1

Pull-Request has been closed by zlopez

a year ago

Pull-Request has been closed by zlopez

a year ago
Metadata