X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ivc.yaml;h=6ea90eae73c43a4b5109ef69be8bc7e51e373341;hb=20defd5e328ab5a054111f3657ebc0323a3a2f7f;hp=5c9c7bb1ef59f2189710fe274427194dde9b7780;hpb=c497a33456db8606961394b6b7952fc8dc156fb8;p=lttng-ci.git diff --git a/jobs/lttng-ivc.yaml b/jobs/lttng-ivc.yaml index 5c9c7bb..6ea90ea 100644 --- a/jobs/lttng-ivc.yaml +++ b/jobs/lttng-ivc.yaml @@ -62,7 +62,67 @@ publishers: - archive: - artifacts: 'artifacts/**' + artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**' + allow-empty: false + - junit: + results: result.xml + - workspace-cleanup + - email-ext: + recipients: '{obj:email_to}' + reply-to: ci-notification@lists.lttng.org + always: false + unstable: false + first-failure: true + first-unstable: true + not-built: false + aborted: false + regression: false + failure: false + second-failure: false + improvement: false + still-failing: false + success: false + fixed: false + fixed-unhealthy: true + still-unstable: false + pre-build: false + matrix-trigger: only-parent + send-to: + - recipients + +- job-template: + name: lttng-ivc-{version}-modules + defaults: lttng-ivc + + project-type: matrix + node: 'master' # Applies only to matrix flyweight task + axes: + - axis: + type: slave + name: slave + values: '{obj:slave}' + - axis: + type: user-defined + name: arch + values: '{obj:arch}' + - axis: + type: user-defined + name: liburcu_version + values: '{obj:liburcu_version}' + + builders: + - copyartifact: + project: liburcu_${{liburcu_version}}_build/arch=${{arch}},conf=std,build=std + which-build: last-successful + stable: false + filter: 'build/**' + target: 'deps/liburcu' + - shell: + !include-raw-escape: scripts/lttng-ivc/build.sh + + publishers: + - archive: + artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**' allow-empty: false - junit: results: result.xml @@ -102,12 +162,19 @@ jobs: - 'lttng-ivc-{version}': version: master - arch: !!python/tuple [x86-32, x86-64] + arch: !!python/tuple [amd64] liburcu_version: !!python/tuple [master] - 'lttng-ivc-{version}': # Send only to maintainer email_to: "joraj@efficios.com" version: staging - arch: !!python/tuple [x86-32, x86-64] + arch: !!python/tuple [amd64] liburcu_version: !!python/tuple [master] + - 'lttng-ivc-{version}-modules': + # Send only to maintainer + email_to: "joraj@efficios.com" + version: master + arch: !!python/tuple [amd64] + slave: !!python/tuple [amd64-rootnode] + liburcu_version: !!python/tuple [master]