X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbarectf.yaml;h=729ba4046492235696684195f5a63cd36b943b51;hb=e901a9db58c786aca1db8750ac5b873d68908f14;hp=d1c333bcda73867f0bcb717f0646c3baea25ae09;hpb=4d27af8f99434c6dcadf1d22430d4e8a27b8bee2;p=lttng-ci.git diff --git a/jobs/barectf.yaml b/jobs/barectf.yaml index d1c333b..729ba40 100644 --- a/jobs/barectf.yaml +++ b/jobs/barectf.yaml @@ -12,10 +12,14 @@ project-type: freestyle wrappers: - - workspace-cleanup - - timestamps - - ansicolor: + - ansicolor: &barectf_wrapper_ansicolor_defaults colormap: xterm + - timeout: &barectf_wrapper_timeout_defaults + timeout: 20 + fail: true + type: no-activity + - timestamps + - workspace-cleanup scm: - git: @@ -38,10 +42,15 @@ - github: url: https://github.com/{github_user}/{github_name} + publishers: + - workspace-cleanup: &barectf_publisher_workspace_cleanup_defaults + clean-if: + - failure: false + ## Templates ## - job-template: - name: barectf_{version}_build + name: barectf_{version}_{buildtype} defaults: barectf project-type: matrix @@ -49,14 +58,15 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' builders: - shell: !include-raw-escape: scripts/barectf/build.sh publishers: + - workspace-cleanup: *barectf_publisher_workspace_cleanup_defaults - email-ext: recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -90,8 +100,8 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' scm: - git: @@ -122,6 +132,7 @@ option: 'category' categories: - 'gerrit-{buildtype}' + builders: - shell: !include-raw-escape: scripts/barectf/build.sh @@ -144,8 +155,9 @@ - master - stable-3.0 jobs: - - 'barectf_{version}_build': - arch: !!python/tuple [i386, amd64] + - 'barectf_{version}_{buildtype}': + buildtype: linuxbuild + platforms: !!python/tuple [jammy-amd64] - project: name: gerrit-barectf @@ -153,8 +165,8 @@ github_name: barectf jobs: - 'dev_gerrit_barectf_{buildtype}': - buildtype: build - arch: !!python/tuple [i386, amd64] + buildtype: linuxbuild + platforms: !!python/tuple [jammy-amd64] - project: name: barectf-views