X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=jobs%2Flttng-ust.yaml;h=ca49441b36ba7e8123c8f98ed6a20a2223bc004c;hb=16d8c7c564b607f4e13798e70f62090f3701a6b4;hp=3f5d2d7753b21528c96ef170f4914728a2c91518;hpb=3e93ffa260f029a475fe76831b6bd4adca70cec9;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index 3f5d2d7..ca49441 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -17,7 +17,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: @@ -108,7 +108,9 @@ target: 'deps' do-not-fingerprint: true - shell: - !include-raw-escape: scripts/lttng-ust/build.sh + !include-raw-escape: + - scripts/common/print.sh + - scripts/lttng-ust/build.sh ## Templates @@ -188,7 +190,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**' - trigger-for-unreviewed-patches: true <<: *lttng-ust_build_axes_defaults <<: *lttng-ust_build_builders_defaults @@ -393,6 +394,14 @@ conf: !!python/tuple [std] liburcu_version: !!python/tuple [stable-0.12, master] filter: '' + - 'lttng-ust_{version}_{buildtype}': + buildtype: freebsdbuild + version: master + arch: !!python/tuple [freebsd] + build: !!python/tuple [std] + conf: !!python/tuple [agents] + liburcu_version: !!python/tuple [stable-0.12, master] + filter: '' - 'lttng-ust_{version}_cppcheck': version: master - 'lttng-ust_{version}_scan-build':