X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-analyses.yaml;h=dc8603987bd2f6c747b09d8958d7dd3a7d670214;hb=de41e5b536a225c4cd6f8f0ac90363af5c9a3814;hp=bb9306cfd273f2c2f14e2f998b8e7f7e7511ba03;hpb=673cb703fac1feb1c5854cc0eeb0f4c2ba88f3dc;p=lttng-ci.git diff --git a/jobs/lttng-analyses.yaml b/jobs/lttng-analyses.yaml index bb9306c..dc86039 100644 --- a/jobs/lttng-analyses.yaml +++ b/jobs/lttng-analyses.yaml @@ -7,17 +7,16 @@ project-type: freestyle - logrotate: - daysToKeep: -1 - numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - wrappers: - workspace-cleanup - timestamps - ansicolor: colormap: xterm + - credentials-binding: + - username-password-separated: + credential-id: lttng-analyses_codecov_token + username: CODECOV_PROJECT_NAME + password: CODECOV_TOKEN scm: - git: @@ -27,12 +26,15 @@ branches: - origin/{version} basedir: src/lttng-analyses + skip-tag: true triggers: - pollscm: cron: "@hourly" properties: + - build-discarder: + num-to-keep: 2 - github: url: https://github.com/{github_user}/{github_name} @@ -49,10 +51,14 @@ type: slave name: arch values: '{obj:arch}' + - axis: + type: user-defined + name: babeltrace_version + values: '{obj:babeltrace_version}' builders: - copyartifact: - project: babeltrace_master_build/arch=${{arch}},build=std,conf=python-bindings + project: babeltrace_${{babeltrace_version}}_build/arch=${{arch}},build=std,conf=python-bindings which-build: last-successful stable: true filter: 'build/**' @@ -60,10 +66,15 @@ - shell: !include-raw-escape: scripts/lttng-analyses/build.sh -# publishers: + publishers: # - archive: # artifacts: 'build/**' # allow-empty: false + - ircbot: + strategy: new-failure-and-fixed + matrix-notifier: only-parent + channels: + - name: '#lttng' - job-template: @@ -115,5 +126,6 @@ jobs: - 'lttng-analyses_{version}_build': arch: !!python/tuple [x86-32, x86-64] + babeltrace_version: !!python/tuple [stable-1.3, stable-1.4, master] - 'lttng-analyses_{version}_pylint'