X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=0e7d693fd8d6c5db5f2fe2e5b7276d7c8e5f57a7;hb=0a9d9a7427fa05cd8039c39e49aeeb9e76257b49;hp=ecadffdabbda929eae21d62d2ffc24a66cf974d7;hpb=ef63064fd40c71fa23ea36a9121d06936b361add;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index ecadffd..0e7d693 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 @@ -81,18 +82,18 @@ # TODO: Scan for open tasks publishers: - tap: - results: 'tap/**/*.tap' + results: 'tap/**/*.log' 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/**' allow-empty: false @@ -115,7 +116,7 @@ builders: - shell: | rm -f lttng-ust-cppcheck.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE 2> lttng-ust-cppcheck.xml + cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/lttng-ust 2> lttng-ust-cppcheck.xml publishers: - archive: @@ -146,7 +147,7 @@ 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: @@ -187,6 +188,9 @@ publishers: - workspace-cleanup + - archive: + artifacts: 'analysis-results.tgz,cov-int/**' + allow-empty: false # TODO - job-template: @@ -234,8 +238,13 @@ ## Project - project: name: lttng-ust + github_user: lttng + github_name: lttng-ust version: - !include: jobs/inc/lttng-ust-versions.yaml.inc + - stable-2.7 + - stable-2.8 + - stable-2.9 + - master jobs: - 'lttng-ust_{version}_{buildtype}': buildtype: build