From: Kienan Stewart Date: Wed, 10 Jan 2024 19:06:30 +0000 (-0500) Subject: jjb: Remove lttng-ust jobs for unsupported versions X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=6d63c7d7415d2305e92838fb9b4a2580d18123a3;p=lttng-ci.git jjb: Remove lttng-ust jobs for unsupported versions Change-Id: Ic763d668554b3745fc3aff4d81cf403ca9a1e35d Signed-off-by: Kienan Stewart --- diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index bad0265..36eefea 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -641,91 +641,6 @@ - '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: ''