X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fliburcu.yaml;h=3935532e704e1fe6662abd99b33856b6d2082805;hb=4f3fef7db3cd4861b4af1d537dd1968eaee6fe88;hp=f938d92b84d989141108ff5b482dde2c1f3963d4;hpb=99e596d194481bdf92ecb4f5d011f931ba11a26b;p=lttng-ci.git diff --git a/jobs/liburcu.yaml b/jobs/liburcu.yaml index f938d92..3935532 100644 --- a/jobs/liburcu.yaml +++ b/jobs/liburcu.yaml @@ -36,22 +36,24 @@ wrappers: - workspace-cleanup - timestamps - - ansicolor + - ansicolor: + colormap: xterm scm: - git: - url: https://github.com/urcu/userspace-rcu.git + url: git://github.com/urcu/userspace-rcu.git browser: githubweb - browser-url: https://github.com/urcu/userspace-rcu.git + browser-url: https://github.com/urcu/userspace-rcu branches: - origin/{version} triggers: - - pollscm: "@hourly" + - pollscm: + cron: "@hourly" properties: - github: - url: https://github.com/urcu/userspace-rcu/ + url: https://github.com/urcu/userspace-rcu ## Templates @@ -87,7 +89,7 @@ - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' - total-thresholds: + #total-thresholds: #failed: # total-all: 0 # total-high: 0 @@ -102,7 +104,8 @@ defaults: liburcu triggers: - - pollscm: "@daily" + - pollscm: + cron: "@daily" builders: - shell: | @@ -126,7 +129,8 @@ node: 'x86-64' triggers: - - pollscm: "@daily" + - pollscm: + cron: "@daily" builders: - shell: @@ -138,7 +142,32 @@ dir: 'scan-build-archive/' files: 'index.html' -# TODO: liburcu_{version}_coverity +- job-template: + name: liburcu_{version}_coverity + defaults: liburcu + node: 'x86-64' + + triggers: + - pollscm: + cron: "@daily" + + wrappers: + - workspace-cleanup + - timestamps + - ansicolor: + colormap: xterm + - credentials-binding: + - username-password-separated: + credential-id: liburcu_coverity_token + username: COVERITY_SCAN_PROJECT_NAME + password: COVERITY_SCAN_TOKEN + + builders: + - shell: + !include-raw-escape scripts/common/coverity.sh + + publishers: + - workspace-cleanup ## Project @@ -157,4 +186,6 @@ build: !!python/tuple [std] - 'liburcu_{version}_cppcheck' - 'liburcu_{version}_scan-build' + - 'liburcu_{version}_coverity': + version: master