From c8071f5fbfb73c85fc919df1a241574ed9bd5838 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 25 Mar 2022 17:22:51 -0400 Subject: [PATCH] jjb: babeltrace: move unsupported branches to 'dev_' namespace Change-Id: I92c425d85ed2298a2ac786b8563f7e7db751fff9 --- jobs/babeltrace.yaml | 47 +++++++++++++++++--------------------------- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index ec64239..1270b6c 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -261,6 +261,14 @@ <<: *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 @@ -678,60 +686,38 @@ ## 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' @@ -791,6 +777,7 @@ - project: name: gerrit-babeltrace + job_prefix: '' github_user: efficios github_name: babeltrace jobs: @@ -815,6 +802,7 @@ - project: name: babeltrace-jgalar-staging + job_prefix: '' user: jgalar github_user: jgalar github_name: babeltrace @@ -836,6 +824,7 @@ - project: name: babeltrace2-jgalar-staging + job_prefix: '' user: jgalar github_user: jgalar github_name: babeltrace -- 2.34.1