Add staging branch for jgalar
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 11 Jan 2016 18:15:11 +0000 (13:15 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 11 Jan 2016 19:40:26 +0000 (14:40 -0500)
jobs/babeltrace.yaml

index fdb6f29651c294afba29e4221bdfea85f295c1c7..def1fe33c4841fab2363b98d14f1f51820dc72e9 100644 (file)
@@ -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
           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]
 
This page took 0.024199 seconds and 4 git commands to generate.