jjb: babeltrace: move unsupported branches to 'dev_' namespace
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 25 Mar 2022 21:22:51 +0000 (17:22 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 25 Mar 2022 21:23:07 +0000 (17:23 -0400)
Change-Id: I92c425d85ed2298a2ac786b8563f7e7db751fff9

jobs/babeltrace.yaml

index ec6423900beda88d4f66017fdeb76ff83030b027..1270b6c61706c7479d47caec07fd76a91a045295 100644 (file)
     <<: *babeltrace_build_builders_defaults
     <<: *babeltrace_build_publishers_prod
 
+- job-template:
+    name: '{job_prefix}babeltrace_{version}_{buildtype}'
+    defaults: babeltrace
+
+    <<: *babeltrace_build_axes_defaults
+    <<: *babeltrace_build_builders_defaults
+    <<: *babeltrace_build_publishers_prod
+
 - job-template:
     name: babeltrace_{version}_{cctype}
     defaults: babeltrace
 
 ## Projects
 - project:
-    name: babeltrace1
+    name: dev_upstream_babeltrace
+    job_prefix: dev_upstream_
     github_user: efficios
     github_name: babeltrace
     email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
     version:
       - stable-1.5
     jobs:
-      - 'babeltrace_{version}_{buildtype}':
+      - '{job_prefix}babeltrace_{version}_{buildtype}':
           buildtype: build
           arch: !!python/tuple [amd64]
           build: !!python/tuple [std, oot, dist, oot-dist]
           conf: !!python/tuple [std, static, python-bindings]
-      - 'babeltrace_{version}_{buildtype}':
+      - '{job_prefix}babeltrace_{version}_{buildtype}':
           buildtype: portbuild
           arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
           build: !!python/tuple [std]
           conf: !!python/tuple [std, python-bindings]
-      - 'babeltrace_{version}_{buildtype}':
+      - '{job_prefix}babeltrace_{version}_{buildtype}':
           buildtype: slesbuild
           arch: !!python/tuple [sles12sp5]
           build: !!python/tuple [std]
           conf: !!python/tuple [std]
-      - 'babeltrace_{version}_{buildtype}':
+      - '{job_prefix}babeltrace_{version}_{buildtype}':
           buildtype: elbuild
           arch: !!python/tuple [el8]
           build: !!python/tuple [std]
           conf: !!python/tuple [std]
-      - 'babeltrace_{version}_{buildtype}':
-          buildtype: macosbuild
-          arch: !!python/tuple [macos-amd64, macos-arm64]
-          build: !!python/tuple [std]
-          conf: !!python/tuple [std]
-      - 'babeltrace_{version}_{buildtype}':
-          buildtype: freebsdbuild
-          arch: !!python/tuple [freebsd]
-          build: !!python/tuple [std]
-          conf: !!python/tuple [std]
-      - 'babeltrace_{version}_{cctype}':
-          cctype: clangbuild
-          arch: !!python/tuple [amd64]
-          build: !!python/tuple [std]
-          conf: !!python/tuple [std, static]
-          cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7]
-      - 'babeltrace_{version}_winbuild':
-          arch: !!python/tuple [cygwin64]
-          build: !!python/tuple [std]
-          conf: !!python/tuple [std]
-      - 'babeltrace_{version}_release':
-          version: v1.5
-      - 'babeltrace_{version}_cppcheck'
-      - 'babeltrace_{version}_scan-build'
 
 - project:
     name: babeltrace2
+    job_prefix: ''
     github_user: efficios
     github_name: babeltrace
     email_to: 'ci-notification@lists.lttng.org, cc:jgalar@efficios.com'
 
 - project:
     name: gerrit-babeltrace
+    job_prefix: ''
     github_user: efficios
     github_name: babeltrace
     jobs:
 
 - project:
     name: babeltrace-jgalar-staging
+    job_prefix: ''
     user: jgalar
     github_user: jgalar
     github_name: babeltrace
 
 - project:
     name: babeltrace2-jgalar-staging
+    job_prefix: ''
     user: jgalar
     github_user: jgalar
     github_name: babeltrace
This page took 0.024728 seconds and 4 git commands to generate.