From: Jonathan Rajotte Date: Mon, 11 Jan 2016 18:15:11 +0000 (-0500) Subject: Add staging branch for jgalar X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=4f827afb892fc28209d4c69b4f22ecdd3390fc6e;p=lttng-ci.git Add staging branch for jgalar --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index fdb6f29..def1fe3 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -28,9 +28,9 @@ scm: - git: - url: git://github.com/efficios/babeltrace.git + url: git://github.com/{github_user}/{github_name}.git browser: githubweb - browser-url: https://github.com/efficios/babeltrace + browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} @@ -40,7 +40,7 @@ properties: - github: - url: https://github.com/efficios/babeltrace + url: https://github.com/{github_user}/{github_name} ## Templates @@ -96,6 +96,32 @@ channels: - name: '#lttng' +- job-template: + name: dev_{user}_babeltrace_{version}_{buildtype} + <<: *babeltrace_version_buildtype_anchor + 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)' + total-thresholds: + failed: + total-all: 0 + total-high: 0 + total-normal: 0 + total-low: 0 + - ircbot: + strategy: new-failure-and-fixed + notify-committers: True + notify-fixers: True + + matrix-notifier: only-configurations + channels: + - name: '#lttng' + - job-template: name: babeltrace_{version}_cppcheck defaults: babeltrace @@ -209,6 +235,8 @@ ## Project - project: name: babeltrace + github_user: efficios + github_name: babeltrace version: !include: jobs/inc/babeltrace-versions.yaml.inc jobs: @@ -235,4 +263,16 @@ - 'babeltrace_{version}_pylint' - 'babeltrace_{version}_coverity': version: master + - 'dev_{user}_babeltrace_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: babeltrace + buildtype: build + version: + - master-staging + - stable-1.2-staging + - stable-1.3-staging + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, static, python-bindings]