- 'lttng-ust_{version}_scan-build':
version: stable-2.12
-
-- project:
- name: lttng-ust-dev-upstream
- job_prefix: dev_upstream_
- github_user: lttng
- github_name: lttng-ust
- email_to: 'ci-notification@lists.lttng.org, cc:mathieu.desnoyers@efficios.com'
- jobs:
- ## Stable 2.11 ##
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: linuxbuild
- version: stable-2.11
- platforms: !!python/tuple [deb12-amd64]
- builds: !!python/tuple [std, dist, oot, oot-dist]
- confs: !!python/tuple [std, agents, debug-rcu, tls_fallback]
- liburcu_versions: !!python/tuple [stable-0.11]
- filter: '(build=="std") || (conf=="std" || conf=="agents")'
- touchstone: ''
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: portbuild
- version: stable-2.11
- platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
- builds: !!python/tuple [std]
- confs: !!python/tuple [agents]
- liburcu_versions: !!python/tuple [stable-0.11]
- filter: ''
- touchstone: ''
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: slesbuild
- version: stable-2.11
- platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64]
- builds: !!python/tuple [std]
- confs: !!python/tuple [agents]
- liburcu_versions: !!python/tuple [stable-0.11]
- filter: ''
- touchstone: ''
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: elbuild
- version: stable-2.11
- platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
- builds: !!python/tuple [std]
- confs: !!python/tuple [std]
- liburcu_versions: !!python/tuple [stable-0.11]
- filter: ''
- touchstone: ''
-
- ## Stable 2.10 ##
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: linuxbuild
- version: stable-2.10
- platforms: !!python/tuple [deb12-amd64]
- builds: !!python/tuple [std, dist, oot, oot-dist]
- confs: !!python/tuple [std, agents, debug-rcu, tls_fallback]
- liburcu_versions: !!python/tuple [stable-0.9]
- filter: '(build=="std") || (conf=="std" || conf=="agents")'
- touchstone: ''
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: portbuild
- version: stable-2.10
- platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386]
- builds: !!python/tuple [std]
- confs: !!python/tuple [agents]
- liburcu_versions: !!python/tuple [stable-0.9]
- filter: ''
- touchstone: ''
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: slesbuild
- version: stable-2.10
- platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64]
- builds: !!python/tuple [std]
- confs: !!python/tuple [agents]
- liburcu_versions: !!python/tuple [stable-0.9]
- filter: ''
- touchstone: ''
- - '{job_prefix}lttng-ust_{version}_{buildtype}':
- buildtype: elbuild
- version: stable-2.10
- platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64]
- builds: !!python/tuple [std]
- confs: !!python/tuple [std]
- liburcu_versions: !!python/tuple [stable-0.9]
- filter: ''
- touchstone: ''
-
-
- project:
name: review-lttng-ust
job_prefix: ''