email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
jobs:
## Master ##
+ - '{job_prefix}lttng-ust_{version}_{buildtype}':
+ buildtype: linuxbuild
+ version: master
+ platforms: !!python/tuple [jammy-amd64]
+ builds: !!python/tuple [std, dist, oot, oot-dist]
+ confs: !!python/tuple [std, agents, debug-rcu, tls_fallback]
+ liburcu_versions: !!python/tuple [stable-0.13, master]
+ filter: '(build=="std") || ((liburcu_version=="master" && (conf=="std" || conf=="agents")))'
+ touchstone: ''
- '{job_prefix}lttng-ust_{version}_{buildtype}':
buildtype: build
version: master
version: master
## Stable 2.13 ##
+ - '{job_prefix}lttng-ust_{version}_{buildtype}':
+ buildtype: linuxbuild
+ version: stable-2.13
+ platforms: !!python/tuple [jammy-amd64]
+ builds: !!python/tuple [std, dist, oot, oot-dist]
+ confs: !!python/tuple [std, agents, debug-rcu, tls_fallback]
+ liburcu_versions: !!python/tuple [stable-0.13, master]
+ filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))'
+ touchstone: ''
- '{job_prefix}lttng-ust_{version}_{buildtype}':
buildtype: build
version: stable-2.13
version: stable-2.13
## Stable 2.12 ##
+ - '{job_prefix}lttng-ust_{version}_{buildtype}':
+ buildtype: linuxbuild
+ version: stable-2.12
+ platforms: !!python/tuple [jammy-amd64]
+ builds: !!python/tuple [std, dist, oot, oot-dist]
+ confs: !!python/tuple [std, agents, debug-rcu, tls_fallback]
+ liburcu_versions: !!python/tuple [stable-0.13, master]
+ filter: '(build=="std") || ((liburcu_version=="stable-0.13" && (conf=="std" || conf=="agents")))'
+ touchstone: ''
- '{job_prefix}lttng-ust_{version}_{buildtype}':
buildtype: build
version: stable-2.12