X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=jobs%2Flttng-ust.yaml;h=71cae7075230a4f222691416bd140eea408ef865;hb=20f81bbb1278032b9f0fe9aac4e21fa73b4e36ec;hp=c17b32ed0e292506e0550dc9cc6f0b51d737d0fe;hpb=3b3282a658108b75233a0dbfcaa0cca0387a92dc;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index c17b32e..71cae70 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -23,9 +23,9 @@ 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} @@ -35,7 +35,7 @@ properties: - github: - url: https://github.com/lttng/lttng-ust + url: https://github.com/{github_user}/{github_name} ## Templates @@ -61,7 +61,7 @@ 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 @@ -76,7 +76,7 @@ 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: @@ -87,12 +87,12 @@ - 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: 1 + total-high: 1 + total-normal: 1 + total-low: 1 - archive: artifacts: 'build/**' allow-empty: false @@ -146,7 +146,7 @@ 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: @@ -183,7 +183,7 @@ 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 @@ -209,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: @@ -234,8 +234,10 @@ ## Project - project: name: lttng-ust + github_user: lttng + github_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