From: Michael Jeanson Date: Tue, 30 Apr 2019 21:42:58 +0000 (-0400) Subject: jjb: Add initial gerrit job for babeltrace X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=c871b3d3c859c4c5157bbb439836e94c682d4638;p=lttng-ci.git jjb: Add initial gerrit job for babeltrace Signed-off-by: Michael Jeanson --- diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 0fd4372..9903142 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -231,6 +231,27 @@ 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: @@ -265,6 +286,47 @@ <<: *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 @@ -578,3 +640,15 @@ 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]