X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=a22237b5622036ecbb215e74b7cfcedc49f91c51;hb=51c9c62db1805a4cdd96be18df4082f1ac5d81c5;hp=d37d4db98782724fc213c6fe237d9c25519753de;hpb=2e06f6c9c27edae6c7a880ecf2a4f0d332f73849;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index d37d4db..a22237b 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -27,7 +27,7 @@ scm: - git: - url: git://github.com/{github_user}/{github_name}.git + url: https://github.com/{github_user}/{github_name}.git browser: githubweb browser-url: https://github.com/{github_user}/{github_name} branches: @@ -94,7 +94,9 @@ name: 'babeltrace_build_builders_defaults' builders: - shell: - !include-raw-escape: scripts/babeltrace/build.sh + !include-raw-escape: + - scripts/common/print.sh + - scripts/babeltrace/build.sh - babeltrace_build_builders_win: &babeltrace_build_builders_win name: 'babeltrace_build_builders_win' @@ -109,6 +111,7 @@ !include-raw-escape: - scripts/common/cygwin64-shebang - scripts/common/cygpath-prefix + - scripts/common/print.sh - scripts/babeltrace/build.sh - conditional-step: condition-kind: strings-match @@ -122,6 +125,7 @@ !include-raw-escape: - scripts/common/msys2-shebang - scripts/common/cygpath-prefix + - scripts/common/print.sh - scripts/babeltrace/build.sh - conditional-step: condition-kind: strings-match @@ -135,6 +139,7 @@ !include-raw-escape: - scripts/common/msys2-shebang - scripts/common/cygpath-prefix + - scripts/common/print.sh - scripts/babeltrace/build.sh @@ -306,7 +311,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**' - trigger-for-unreviewed-patches: true project-type: matrix node: 'master' # Applies only to matrix flyweight task @@ -367,7 +371,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**' - trigger-for-unreviewed-patches: true properties: - inject: @@ -384,6 +387,51 @@ <<: *babeltrace_build_builders_win <<: *babeltrace_build_publishers_gerrit +- job-template: + name: babeltrace_{version}_release + defaults: babeltrace + node: 'amd64' + + triggers: + - pollscm: + cron: "@daily" + + scm: + - git: + url: https://github.com/{github_user}/{github_name}.git + browser: githubweb + browser-url: https://github.com/{github_user}/{github_name} + refspec: '+refs/tags/*:refs/remotes/origin/tags/*' + branches: + - '*/tags/{version}.*' + basedir: src/babeltrace + + builders: + - shell: + !include-raw-escape: scripts/babeltrace/release.sh + + publishers: + - tap: + results: 'tap/**/*.log' + fail-if-no-results: true + 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 + - workspace-cleanup: + clean-if: + - failure: false + - archive: + artifacts: 'out/**,tap/**' + allow-empty: false + - job-template: name: dev_gerrit_babeltrace_pylint defaults: babeltrace @@ -410,7 +458,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**' - trigger-for-unreviewed-patches: true node: 'amd64' @@ -556,7 +603,9 @@ make install - shell: - !include-raw-escape: scripts/babeltrace/build.sh + !include-raw-escape: + - scripts/common/print.sh + - scripts/babeltrace/build.sh - job-template: name: babeltrace_{version}_glib-2.28.6 @@ -676,6 +725,8 @@ arch: !!python/tuple [cygwin64] build: !!python/tuple [std] conf: !!python/tuple [std] + - 'babeltrace_{version}_release': + version: v1.5 - 'babeltrace_{version}_cppcheck' - 'babeltrace_{version}_scan-build' @@ -723,6 +774,8 @@ arch: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64] build: !!python/tuple [std] conf: !!python/tuple [std] + - 'babeltrace_{version}_release': + version: v2.0 - 'babeltrace_{version}_cppcheck' - 'babeltrace_{version}_scan-build' - 'babeltrace_{version}_pylint'