[citemplates] flatpak: add timeout to the publish job to match proxy timeout



commit cf5c3cbb71a0f7ac01c394090144d1da976c31e9
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Jul 1 19:36:23 2020 +0300

    flatpak: add timeout to the publish job to match proxy timeout
    
    by default jobs timeout to 60min which isn't enough.
    
    from the gitlab docs [1]:
    The job-level timeout can exceed the project-level timeout
    but can’t exceed the Runner-specific timeout.
    
    [1]: https://docs.gitlab.com/ce/ci/yaml/README.html#timeout

 flatpak/flatpak_ci_initiative.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/flatpak/flatpak_ci_initiative.yml b/flatpak/flatpak_ci_initiative.yml
index 49e4039..9c5e585 100644
--- a/flatpak/flatpak_ci_initiative.yml
+++ b/flatpak/flatpak_ci_initiative.yml
@@ -66,6 +66,7 @@
 .publish_nightly:
   image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/flat-manager-client'
   stage: 'deploy'
+  timeout: '100m'
   script:
     - tar xf repo.tar
     - flatpak build-update-repo --generate-static-deltas repo/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]