Merge "ansible/lava: Add role for lava server"
[lttng-ci.git] / jobs / binutils-gdb.yaml
index 6f07e3ee986f3650985162083374b5ef4b9df5f5..9a2d552373781a919c50a647df9d5700940e8f9e 100644 (file)
@@ -11,9 +11,9 @@
       - ansicolor:
           colormap: gnome-terminal
       - timeout:
-          timeout: 20
+          timeout: 180
           fail: true
-          type: no-activity
+          type: absolute
           write-description: "<h1 style=\"color:red\">This build failed due to timeout.</h1>"
       - timestamps
       - workspace-cleanup
     <<: *binutils-gdb_builders_defaults
 
     publishers:
+      - workspace-cleanup:
+          clean-if:
+            - failure: false
       - email:
           recipients: 'simon.marchi@efficios.com'
 
 - job-template:
-    name: dev_gerrit_binutils-gdb_linuxbuild
+    name: dev_review_binutils-gdb_linuxbuild
     defaults: binutils-gdb
     concurrent: true
 
     properties:
       - build-discarder:
           days-to-keep: 7
+      - throttle:
+          option: 'category'
+          categories:
+            - 'review-binutils-gdb'
 
 
 ## Views ##
           target_boards: !!python/tuple ["unix"]
 
 - project:
-    name: gerrit-gdb
+    name: review-gdb
     jobs:
-      - 'dev_gerrit_binutils-gdb_linuxbuild':
+      - 'dev_review_binutils-gdb_linuxbuild':
           platforms: !!python/tuple [jammy-amd64]
           target_boards: !!python/tuple ["unix", "native-gdbserver", "native-extended-gdbserver"]
 
This page took 0.023999 seconds and 4 git commands to generate.