#1007 ELN: Wait for 60 * 20 seconds (20 minutes) for packages to sign.
Merged 3 years ago by jkaluza. Opened 3 years ago by jkaluza.
jkaluza/pungi-fedora x  into  eln

file modified
+3
@@ -7,6 +7,9 @@ 

  product_id_allow_missing = True

  productimg = False

  

+ # Wait for 60 * 20 seconds (20 minutes) for packages to sign.

+ signed_packages_wait = 60

+ signed_packages_retries = 20

  

  comps_file = {

      'scm': 'git',

Sometimes the compose is started when builds are tagging in the Koji tag
but are not signed yet. The automation which signs them need some
time to do so.

In this commit, we wait up to 20 minutes for the signing to happen.

Signed-off-by: Jan Kaluza jkaluza@redhat.com

rebased onto 594715e

3 years ago

Pull-Request has been merged by jkaluza

3 years ago
Metadata