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}
properties:
- github:
- url: https://github.com/efficios/babeltrace
+ url: https://github.com/{github_user}/{github_name}
## Templates
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
## Project
- project:
name: babeltrace
+ github_user: efficios
+ github_name: babeltrace
version:
!include: jobs/inc/babeltrace-versions.yaml.inc
jobs:
- '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]