X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=ecadffdabbda929eae21d62d2ffc24a66cf974d7;hb=c8916a7e2d0fbf69c01e88d5d96b4ce37275db55;hp=d30c01e6dbc4bacc5986305412552434f4c8c551;hpb=99e596d194481bdf92ecb4f5d011f931ba11a26b;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index d30c01e..ecadffd 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") @@ -56,15 +56,12 @@ - axis: type: user-defined name: conf - values: - - std - - java-agent - - python-agent + values: '{obj:conf}' - axis: type: user-defined name: liburcu_version values: - !include jobs/inc/liburcu-versions.yaml.inc + !include: jobs/inc/liburcu-versions.yaml.inc - axis: type: user-defined name: build @@ -79,13 +76,14 @@ target: 'deps/liburcu' do-not-fingerprint: true - shell: - !include-raw-escape scripts/lttng-ust/build.sh + !include-raw-escape: scripts/lttng-ust/build.sh # TODO: Scan for open tasks publishers: - tap: results: 'tap/**/*.tap' failed-tests-mark-build-as-failure: true + todo-is-failure: false - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' @@ -99,6 +97,11 @@ artifacts: 'build/**' allow-empty: false - workspace-cleanup + - ircbot: + strategy: new-failure-and-fixed + matrix-notifier: only-parent + channels: + - name: '#lttng' - job-template: @@ -135,8 +138,15 @@ 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 + !include-raw-escape: scripts/lttng-ust/scan-build.sh publishers: - html-publisher: @@ -144,26 +154,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 @@ -184,7 +209,7 @@ target: 'deps/lttng-ust' do-not-fingerprint: true - shell: - !include-raw-escape scripts/lttng-ust/pylint.sh + !include-raw-escape: scripts/lttng-ust/pylint.sh publishers: - archive: @@ -210,16 +235,20 @@ - project: name: lttng-ust version: - !include jobs/inc/lttng-ust-versions.yaml.inc + !include: jobs/inc/lttng-ust-versions.yaml.inc jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, java-agent, python-agent] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, powerpc] + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] build: !!python/tuple [std] + conf: !!python/tuple [std, java-agent, python-agent] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + - 'lttng-ust_{version}_coverity': + version: master