X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ivc.yaml;h=4f28de23bc13b2ffe65ee07de9771de6a10ca90d;hb=8d8932174536ba83d18fad1e80bdc20b19c61efb;hp=0383f075f8752cf69b623e9f0c90ca2aa0dcdca1;hpb=3b228cdd0941928e4221f7fd5ea8fcca2ad4fcfd;p=lttng-ci.git diff --git a/jobs/lttng-ivc.yaml b/jobs/lttng-ivc.yaml index 0383f07..4f28de2 100644 --- a/jobs/lttng-ivc.yaml +++ b/jobs/lttng-ivc.yaml @@ -44,8 +44,8 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' - axis: type: user-defined name: liburcu_version @@ -58,6 +58,7 @@ publishers: - archive: artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**' + follow-symlinks: true allow-empty: false - junit: results: result.xml @@ -98,8 +99,8 @@ values: '{obj:slave}' - axis: type: user-defined - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' - axis: type: user-defined name: liburcu_version @@ -112,6 +113,7 @@ publishers: - archive: artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**' + follow-symlinks: true allow-empty: false - junit: results: result.xml @@ -142,28 +144,24 @@ ## Project - project: name: lttng-ivc - github_user: lttng + github_user: mjeanson github_name: lttng-ivc - email_to: "ci-notification@lists.lttng.org, cc:joraj@efficios.com" + email_to: "ci-notification@lists.lttng.org" version: - staging - master jobs: - 'lttng-ivc-{version}': version: master - arch: !!python/tuple [amd64] + platforms: !!python/tuple [deb12-amd64] liburcu_version: !!python/tuple [master] - 'lttng-ivc-{version}': - # Send only to maintainer - email_to: "joraj@efficios.com" version: staging - arch: !!python/tuple [amd64] + platforms: !!python/tuple [deb12-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] + platforms: !!python/tuple [deb12-amd64] + slave: !!python/tuple [amd64-rootnode-linux5] liburcu_version: !!python/tuple [master]