X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=923dd7e10369a706bcf127d2353490acee70db80;hb=20defd5e328ab5a054111f3657ebc0323a3a2f7f;hp=25dc66e8fa6b381598631462d7888b479dbce4c9;hpb=ca8c6144ba2cd9f9dc623c4f1f305ad84e600a7d;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 25dc66e..923dd7e 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -10,12 +10,6 @@ project-type: freestyle - logrotate: - daysToKeep: -1 - numToKeep: 2 - artifactDaysToKeep: -1 - artifactNumToKeep: -1 - wrappers: - workspace-cleanup - timestamps @@ -23,19 +17,26 @@ scm: - git: - url: git://github.com/lttng/lttng-ust.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/lttng/lttng-ust + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} + basedir: src/lttng-ust + skip-tag: true triggers: - pollscm: cron: "@hourly" properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-ust + - build-discarder: + num-to-keep: 2 - github: - url: https://github.com/lttng/lttng-ust + url: https://github.com/{github_user}/{github_name} ## Templates @@ -56,54 +57,89 @@ - 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 + values: '{obj:liburcu_version}' - axis: type: user-defined name: build values: '{obj:build}' builders: - - copyartifact: - project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std - which-build: last-successful - stable: true - filter: 'build/**' - target: 'deps/liburcu' - do-not-fingerprint: true + - conditional-step: + condition-kind: regex-match + label: '$conf' + regex: (std|agents) + on-evaluation-failure: run + steps: + - copyartifact: + project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=std,build=std + which-build: last-successful + stable: false + filter: 'build/**' + target: 'deps' + do-not-fingerprint: true + + - conditional-step: + condition-kind: regex-match + label: '$conf' + regex: (debug-rcu) + on-evaluation-failure: run + steps: + - copyartifact: + project: liburcu_${{liburcu_version}}_{buildtype}/arch=$arch,conf=debug-rcu,build=std + which-build: last-successful + stable: false + filter: 'build/**' + target: 'deps' + 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' + results: 'tap/**/*.log' + fail-if-no-results: true failed-tests-mark-build-as-failure: true + todo-is-failure: false - 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: + unstable: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 - archive: - artifacts: 'build/**' + artifacts: 'build/**,tap/**' allow-empty: false - workspace-cleanup - - ircbot: - matrix-notifier: only-parent - channels: - - name: '#lttng' - + - email-ext: + recipients: '{obj:email_to}' + reply-to: ci-notification@lists.lttng.org + always: false + unstable: false + first-failure: true + first-unstable: true + not-built: false + aborted: false + regression: false + failure: false + second-failure: false + improvement: false + still-failing: false + success: false + fixed: false + fixed-unhealthy: true + still-unstable: false + pre-build: false + matrix-trigger: only-parent + send-to: + - recipients - job-template: name: lttng-ust_{version}_cppcheck @@ -115,15 +151,15 @@ builders: - shell: | - rm -f lttng-ust-cppcheck.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> lttng-ust-cppcheck.xml + rm -f cppcheck-result.xml + cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> cppcheck-result.xml publishers: - archive: - artifacts: 'lttng-ust-cppcheck.xml' + artifacts: 'cppcheck-result.xml' allow-empty: false - cppcheck: - pattern: 'lttng-ust-cppcheck.xml' + pattern: 'cppcheck-result.xml' - email: recipients: 'ci-notification@lists.lttng.org' notify-every-unstable-build: true @@ -132,7 +168,7 @@ - job-template: name: lttng-ust_{version}_scan-build defaults: lttng-ust - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -140,14 +176,14 @@ builders: - copyartifact: - project: liburcu_master_build/arch=x86-64,conf=std,build=std + project: liburcu_master_build/arch=amd64,conf=std,build=std which-build: last-successful - stable: true + stable: false filter: 'build/**' target: 'deps/liburcu' do-not-fingerprint: true - shell: - !include-raw-escape scripts/lttng-ust/scan-build.sh + !include-raw-escape: scripts/common/scan-build.sh publishers: - html-publisher: @@ -158,7 +194,7 @@ - job-template: name: lttng-ust_{version}_coverity defaults: lttng-ust - node: 'x86-64' + node: 'amd64' triggers: - pollscm: @@ -177,77 +213,99 @@ builders: - copyartifact: - project: liburcu_master_build/arch=x86-64,conf=std,build=std + project: liburcu_master_build/arch=amd64,conf=std,build=std which-build: last-successful - stable: true + stable: false filter: 'build/**' target: 'deps/liburcu' do-not-fingerprint: true - shell: - !include-raw-escape scripts/common/coverity.sh + !include-raw-escape: scripts/common/coverity.sh publishers: - workspace-cleanup + - archive: + artifacts: 'analysis-results.tgz,cov-int/**' + allow-empty: false -# TODO -- job-template: - name: lttng-ust_{version}_pylint - defaults: lttng-ust - node: 'x86-64' - - scm: [] - - triggers: - - pollscm: - cron: "@daily" - - builders: - - copyartifact: - project: lttng-ust-{version}/arch=x86-64,build=std,conf=python-agent - which-build: last-successful - stable: true - filter: 'build/**' - target: 'deps/lttng-ust' - do-not-fingerprint: true - - shell: - !include-raw-escape scripts/lttng-ust/pylint.sh - publishers: - - archive: - artifacts: 'pep8.out,pylint.out' - - violations: - pep8: - pattern: pep8.out - min: 10 - max: 999 - unstable: 999 - pylint: - pattern: pylint.out - min: 10 - max: 999 - unstable: 999 - - email: - recipients: 'ci-notification@lists.lttng.org' - notify-every-unstable-build: true - send-to-individuals: false +## Views +- view-template: + name: 'LTTng-ust' + view-type: list + regex: 'lttng-ust[-_].*' -## Project +## Projects - project: name: lttng-ust + github_user: lttng + github_name: lttng-ust + email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com' version: - !include jobs/inc/lttng-ust-versions.yaml.inc + - stable-2.8 + - stable-2.9 + - stable-2.10 + - stable-2.11 jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build - arch: !!python/tuple [x86-32, x86-64] - build: !!python/tuple [std, oot, dist] + arch: !!python/tuple [amd64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, stable-0.11, master] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, powerpc] + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.8, stable-0.9, stable-0.10, stable-0.11, master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.9, stable-0.10, stable-0.11, master] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' + - 'lttng-ust_{version}_{buildtype}': + buildtype: build + version: master + arch: !!python/tuple [amd64] + build: !!python/tuple [std, dist, oot, oot-dist] + conf: !!python/tuple [std, agents, debug-rcu] + liburcu_version: !!python/tuple [stable-0.11, master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: portbuild + version: master + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386] + build: !!python/tuple [std] + conf: !!python/tuple [std, agents] + liburcu_version: !!python/tuple [stable-0.11, master] + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: master + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.11, master] + - 'lttng-ust_{version}_cppcheck': + version: master + - 'lttng-ust_{version}_scan-build': + version: master - 'lttng-ust_{version}_coverity': version: master + # stable-2.7 + - 'lttng-ust_{version}_{buildtype}': + buildtype: slesbuild + version: stable-2.7 + arch: !!python/tuple [sles12sp2] + build: !!python/tuple [std] + conf: !!python/tuple [std] + liburcu_version: !!python/tuple [stable-0.9] + +- project: + name: lttng-ust-views + views: + - LTTng-ust