X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbinutils-gdb.yaml;h=9a2d552373781a919c50a647df9d5700940e8f9e;hb=3249749d9bb19a5379d6a6e9edb5b1c507277e54;hp=22a9f03c8171f3227c48c483861a2d0ed978cf71;hpb=2d62167d491d49572fa8ffb7f0bf4e46837794ee;p=lttng-ci.git diff --git a/jobs/binutils-gdb.yaml b/jobs/binutils-gdb.yaml index 22a9f03..9a2d552 100644 --- a/jobs/binutils-gdb.yaml +++ b/jobs/binutils-gdb.yaml @@ -11,9 +11,9 @@ - ansicolor: colormap: gnome-terminal - timeout: - timeout: 20 + timeout: 180 fail: true - type: no-activity + type: absolute write-description: "

This build failed due to timeout.

" - 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' @@ -87,7 +86,21 @@ 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 @@ -128,7 +141,11 @@ properties: - build-discarder: - days-to-keep: 1 + days-to-keep: 7 + - throttle: + option: 'category' + categories: + - 'review-binutils-gdb' ## Views ## @@ -147,11 +164,14 @@ - 'binutils-gdb_{version}_linuxbuild': platforms: !!python/tuple [jammy-amd64] target_boards: !!python/tuple ["unix", "native-gdbserver", "native-extended-gdbserver"] + - 'binutils-gdb_{version}_macosbuild': + platforms: !!python/tuple [macos-amd64, macos-arm64] + 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"]