jjb: babeltrace: use clang-format-16
[lttng-ci.git] / jobs / binutils-gdb.yaml
index 22a9f03c8171f3227c48c483861a2d0ed978cf71..2e2d9148bad1d2a43915567b760720e86b5a2020 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
@@ -36,7 +36,6 @@
             PROJECT_NAME=gdb
       - build-discarder:
           num-to-keep: 10
-          artifact-num-to-keep: 2
 
 
 ## Anchors
@@ -76,7 +75,7 @@
 
     publishers:
       - archive:
-          artifacts: 'build/**,results/**'
+          artifacts: 'results/**'
           allow-empty: false
       - junit:
           results: 'results/*.xml'
           recipients: 'simon.marchi@efficios.com'
 
 - job-template:
-    name: dev_gerrit_binutils-gdb_linuxbuild
+    name: binutils-gdb_{version}_macosbuild
+    defaults: binutils-gdb
+
+    <<: *binutils-gdb_matrix_axes_defaults
+    <<: *binutils-gdb_builders_defaults
+
+    publishers:
+      - workspace-cleanup:
+          clean-if:
+            - failure: false
+      - email:
+          recipients: 'simon.marchi@efficios.com'
+
+- job-template:
+    name: dev_review_binutils-gdb_linuxbuild
     defaults: binutils-gdb
     concurrent: true
 
 
     properties:
       - build-discarder:
-          days-to-keep: 1
+          days-to-keep: 7
+      - throttle:
+          option: 'category'
+          categories:
+            - 'review-binutils-gdb'
 
 
 ## Views ##
       - master
     jobs:
       - 'binutils-gdb_{version}_linuxbuild':
-          platforms: !!python/tuple [jammy-amd64]
+          platforms: !!python/tuple [deb12-amd64]
           target_boards: !!python/tuple ["unix", "native-gdbserver", "native-extended-gdbserver"]
+      - 'binutils-gdb_{version}_macosbuild':
+          platforms: !!python/tuple [macos-arm64]
+          target_boards: !!python/tuple ["unix"]
 
 - project:
-    name: gerrit-gdb
+    name: review-gdb
     jobs:
-      - 'dev_gerrit_binutils-gdb_linuxbuild':
-          platforms: !!python/tuple [jammy-amd64]
+      - 'dev_review_binutils-gdb_linuxbuild':
+          platforms: !!python/tuple [deb12-amd64]
           target_boards: !!python/tuple ["unix", "native-gdbserver", "native-extended-gdbserver"]
 
 - project:
This page took 0.023612 seconds and 4 git commands to generate.