jjb: Add initial gerrit job for babeltrace
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 30 Apr 2019 21:42:58 +0000 (17:42 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 30 Apr 2019 21:42:58 +0000 (17:42 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/babeltrace.yaml

index 0fd4372183017cdbf739488111bdf6220bcb1e0a..99031423f9682a2fb741d6a7056737c40b3e1519 100644 (file)
           send-to:
             - recipients
 
+- babeltrace_build_publishers_gerrit: &babeltrace_build_publishers_gerrit
+    name: 'babeltrace_build_publishers_gerrit'
+    publishers:
+      - tap:
+          results: 'tap/**/*.log'
+          failed-tests-mark-build-as-failure: true
+          todo-is-failure: false
+      - warnings:
+          console-log-parsers:
+            - 'GNU Make + GNU C Compiler (gcc)'
+          total-thresholds:
+            unstable:
+              total-all: 0
+              total-high: 0
+              total-normal: 0
+              total-low: 0
+      - archive:
+          artifacts: 'build/**'
+          allow-empty: false
+
+
 ## Templates
 
 - job-template:
     <<: *babeltrace_build_builders_defaults
     <<: *babeltrace_build_publishers_dev
 
+- job-template:
+    name: dev_gerrit_babeltrace_{buildtype}
+    defaults: babeltrace
+    concurrent: true
+
+    scm:
+      - git:
+          url: https://review.lttng.org/babeltrace
+          refspec: 'refs/changes/*:refs/changes/*'
+          branches:
+            - '$GERRIT_REFSPEC'
+          basedir: src/babeltrace
+          skip-tag: true
+
+    triggers:
+      - gerrit:
+          trigger-on:
+            - comment-added-event:
+                approval-category: 'CI-Build'
+                approval-value: 1
+          projects:
+            - project-compare-type: 'PLAIN'
+              project-pattern: 'babeltrace'
+              branches:
+                - branch-compare-type: 'ANT'
+                  branch-pattern: '**'
+          trigger-for-unreviewed-patches: true
+
+    <<: *babeltrace_build_axes_defaults
+    <<: *babeltrace_build_builders_defaults
+    <<: *babeltrace_build_publishers_gerrit
+
+    properties:
+      - inject:
+          properties-content: |
+            PROJECT_NAME=babeltrace
+      - build-discarder:
+          days-to-keep: 2
+      - github:
+          url: https://github.com/{github_user}/{github_name}
+
 - job-template:
     name: babeltrace_{version}_cppcheck
     defaults: babeltrace
           build: !!python/tuple [std]
           conf: !!python/tuple [std]
 
+
+- project:
+    name: gerrit-babeltrace
+    github_user: efficios
+    github_name: babeltrace
+    jobs:
+      - 'dev_gerrit_babeltrace_{buildtype}':
+          buildtype: build
+          #arch: !!python/tuple [amd64, armhf, arm64, powerpc, ppc64el, i386]
+          arch: !!python/tuple [amd64, i386]
+          build: !!python/tuple [std]
+          conf: !!python/tuple [std, python-bindings]
This page took 0.024116 seconds and 4 git commands to generate.