X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-tools.yaml;h=224bbcd47bf36d6b4926867e3af2265492a6946e;hb=0a9d9a7427fa05cd8039c39e49aeeb9e76257b49;hp=9898efe9d9d5112bfcb112c59017102d03cf1fbd;hpb=6e5203a53af1b3967dde8c72f129311b061ec353;p=lttng-ci.git diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 9898efe..224bbcd 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -22,12 +22,16 @@ browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} + skip-tag: true triggers: - pollscm: cron: "@hourly" properties: + - inject: + properties-content: | + PROJECT_NAME=lttng-tools - github: url: https://github.com/{github_user}/{github_name} - build-discarder: @@ -161,6 +165,26 @@ filter: 'build/**' target: 'deps/lttng-ust' do-not-fingerprint: true + - conditional-step: + condition-kind: regex-match + label: '$conf' + regex: (relayd-only) + on-evaluation-failure: run + steps: + - copyartifact: + project: liburcu_${{liburcu_version}}_{buildtype}/arch=${{arch}},conf=std,build=std + which-build: last-successful + stable: true + filter: 'build/**' + target: 'deps/liburcu' + do-not-fingerprint: true + - copyartifact: + project: babeltrace_${{babeltrace_version}}_{buildtype}/arch=${{arch}},conf=std,build=std + which-build: last-successful + stable: true + filter: 'build/**' + target: 'deps/babeltrace' + do-not-fingerprint: true - shell: !include-raw-escape: scripts/lttng-tools/build.sh @@ -274,7 +298,7 @@ target: 'deps/lttng-ust' do-not-fingerprint: true - shell: - !include-raw-escape: scripts/lttng-tools/scan-build.sh + !include-raw-escape: scripts/common/scan-build.sh publishers: - html-publisher: @@ -374,6 +398,7 @@ version: - stable-2.7 - stable-2.8 + - stable-2.9 - master jobs: - 'lttng-tools_{version}_{buildtype}': @@ -394,6 +419,60 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'lttng-tools_{version}_{buildtype}': + buildtype: macosxbuild + version: master + ustversion: master + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [master] + babelversion: !!python/tuple [master] + - 'lttng-tools_{version}_{buildtype}': + buildtype: macosxbuild + version: stable-2.9 + ustversion: stable-2.9 + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] + - 'lttng-tools_{version}_{buildtype}': + buildtype: solarisbuild + version: master + ustversion: master + arch: !!python/tuple [solaris10, solaris11] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [master] + babelversion: !!python/tuple [master] + - 'lttng-tools_{version}_{buildtype}': + buildtype: build + version: stable-2.9 + ustversion: stable-2.9 + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] + - 'lttng-tools_{version}_{buildtype}': + buildtype: portbuild + version: stable-2.9 + ustversion: stable-2.9 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + build: !!python/tuple [std] + conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] + - 'lttng-tools_{version}_{buildtype}': + buildtype: solarisbuild + version: stable-2.9 + ustversion: stable-2.9 + arch: !!python/tuple [solaris10, solaris11] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] - 'lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.8 @@ -412,6 +491,15 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [stable-0.9] babelversion: !!python/tuple [stable-1.4] + - 'lttng-tools_{version}_{buildtype}': + buildtype: solarisbuild + version: stable-2.8 + ustversion: stable-2.8 + arch: !!python/tuple [solaris10, solaris11] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] - 'lttng-tools_{version}_{buildtype}': buildtype: build version: stable-2.7 @@ -442,6 +530,18 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: lttng-tools + buildtype: build + version: stable-2.9-staging + ustversion: stable-2.9 + arch: !!python/tuple [x86-32, x86-64] + build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] - 'dev_{user}_lttng-tools_{version}_{buildtype}': user: jgalar github_user: jgalar @@ -478,6 +578,18 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [master] babelversion: !!python/tuple [master] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: lttng-tools + buildtype: portbuild + version: stable-2.9-staging + ustversion: stable-2.9 + arch: !!python/tuple [armhf, arm64, powerpc, ppc64el] + build: !!python/tuple [std] + conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] + urcuversion: !!python/tuple [stable-0.9] + babelversion: !!python/tuple [stable-1.4] - 'dev_{user}_lttng-tools_{version}_{buildtype}': user: jgalar github_user: jgalar @@ -502,11 +614,39 @@ conf: !!python/tuple [std, no-ust, python-bindings, java-agent, python-agent] urcuversion: !!python/tuple [stable-0.9] babelversion: !!python/tuple [stable-1.3] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: lttng-tools + buildtype: macosxbuild + version: master-staging + ustversion: master + arch: !!python/tuple [macosx] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [master] + babelversion: !!python/tuple [master] + - 'dev_{user}_lttng-tools_{version}_{buildtype}': + user: jgalar + github_user: jgalar + github_name: lttng-tools + buildtype: solarisbuild + version: master-staging + ustversion: master + arch: !!python/tuple [solaris10, solaris11] + build: !!python/tuple [std] + conf: !!python/tuple [relayd-only] + urcuversion: !!python/tuple [master] + babelversion: !!python/tuple [master] - 'lttng-tools_{version}_cppcheck' - 'lttng-tools_{version}_scan-build': version: master urcuversion: master ustversion: master + - 'lttng-tools_{version}_scan-build': + version: stable-2.9 + urcuversion: stable-0.9 + ustversion: stable-2.9 - 'lttng-tools_{version}_scan-build': version: stable-2.8 urcuversion: stable-0.9