X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=25dc66e8fa6b381598631462d7888b479dbce4c9;hb=9351982ab96388d8b6d50408b81b63456abf0632;hp=33ad79fb12b1aee021aa97b68c5a0b55856ee2dc;hpb=2b68721ab3a069c3763abf5746a7a8823d804791;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 33ad79f..25dc66e 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -23,9 +23,9 @@ scm: - git: - url: https://github.com/lttng/lttng-ust.git + url: git://github.com/lttng/lttng-ust.git browser: githubweb - browser-url: https://github.com/lttng/lttng-ust.git + browser-url: https://github.com/lttng/lttng-ust branches: - origin/{version} @@ -35,7 +35,7 @@ properties: - github: - url: https://github.com/lttng/lttng-ust/ + url: https://github.com/lttng/lttng-ust ## Templates @@ -44,7 +44,7 @@ defaults: lttng-ust project-type: matrix - node: 'x86-32 || x86-64' # Applies only to matrix flyweight task + node: 'master' # Applies only to matrix flyweight task execution-strategy: combination-filter: | (build=="std") || (liburcu_version=="master") @@ -89,16 +89,20 @@ - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' - total-thresholds: - failed: - total-all: 0 - total-high: 0 - total-normal: 0 - total-low: 0 + #total-thresholds: + # failed: + # total-all: 0 + # total-high: 0 + # total-normal: 0 + # total-low: 0 - archive: artifacts: 'build/**' allow-empty: false - workspace-cleanup + - ircbot: + matrix-notifier: only-parent + channels: + - name: '#lttng' - job-template: @@ -135,6 +139,13 @@ cron: "@daily" builders: + - copyartifact: + project: liburcu_master_build/arch=x86-64,conf=std,build=std + which-build: last-successful + stable: true + filter: 'build/**' + target: 'deps/liburcu' + do-not-fingerprint: true - shell: !include-raw-escape scripts/lttng-ust/scan-build.sh @@ -144,26 +155,41 @@ dir: 'scan-build-archive/' files: 'index.html' -# TODO: lttng-ust_{version}_coverity -#- job-template: -# name: lttng-ust_{version}_coverity -# defaults: lttng-ust -# node: 'x86-64' -# -# triggers: -# - pollscm: -# cron: "@daily" -# -# builders: -# - shell: -# !include-raw-escape scripts/lttng-ust/coverity.sh -# -# publishers: -# - html-publisher: -# name: 'HTML Report' -# dir: 'scan-build-archive/' -# files: 'index.html' +- job-template: + name: lttng-ust_{version}_coverity + defaults: lttng-ust + node: 'x86-64' + + triggers: + - pollscm: + cron: "@daily" + + wrappers: + - workspace-cleanup + - timestamps + - ansicolor: + colormap: xterm + - credentials-binding: + - username-password-separated: + credential-id: lttng-ust_coverity_token + username: COVERITY_SCAN_PROJECT_NAME + password: COVERITY_SCAN_TOKEN + + builders: + - copyartifact: + project: liburcu_master_build/arch=x86-64,conf=std,build=std + which-build: last-successful + stable: true + filter: 'build/**' + target: 'deps/liburcu' + do-not-fingerprint: true + - shell: + !include-raw-escape scripts/common/coverity.sh + + publishers: + - workspace-cleanup +# TODO - job-template: name: lttng-ust_{version}_pylint defaults: lttng-ust @@ -222,4 +248,6 @@ build: !!python/tuple [std] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + - 'lttng-ust_{version}_coverity': + version: master