[gnome-build-meta/alatiera/timeout] ci: set a custom timeout for track




commit a22167f2ff2930740b7297c0f352b56e939467e9
Author: Jordan Petridis <jordan centricular com>
Date:   Sat Feb 5 12:12:47 2022 +0200

    ci: set a custom timeout for track
    
    Fail earlier than the project defined timeout in case the runner
    or network hangs.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-build-meta/-/merge_requests/1513>

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1dd14cbf..7950e9a2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,6 +121,7 @@ track:
   extends: .arch-indep
   stage: track
   interruptible: true
+  timeout: 30m
   script:
   - 'sed -i "s/track-tags: false/track-tags: ${BST_TRACK_TAGS}/" project.conf'
   - ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst 
boards/rock64/image.bst boards/raspberrypi-4/image.bst vm/repo-devel.bst iso/image.bst


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