jjb: Remove lttng-ust jobs for unsupported versions
authorKienan Stewart <kstewart@efficios.com>
Wed, 10 Jan 2024 19:06:30 +0000 (14:06 -0500)
committerKienan Stewart <kstewart@efficios.com>
Wed, 10 Jan 2024 19:06:30 +0000 (14:06 -0500)
Change-Id: Ic763d668554b3745fc3aff4d81cf403ca9a1e35d
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
jobs/lttng-ust.yaml

index bad0265b3af46fc39bca212b1d14c6f7c72e5fc0..36eefea4c4227c04f8cb7068c5a0d1a77c9414e6 100644 (file)
       - '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: ''
This page took 0.025654 seconds and 4 git commands to generate.