X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=5de63d8148524954d440a6252526af86dc31b777;hb=10bbe356323e68a2e206b8ccb8de984933fd1282;hp=c2d0b1ecb25b3caab07ec281e43d2346eb4c0932;hpb=e1875e5987c99137b7142cc2f2591bdce536290d;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index c2d0b1e..5de63d8 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -318,7 +318,7 @@ node: 'master' # Applies only to matrix flyweight task execution-strategy: combination-filter: | - (build=="std") || (arch=="amd64") + ((build=="std" && conf=="python-bindings" && bt2_mode=="std") || (arch=="amd64")) && (! (arch="amd64" && (build=="oot" || build=="dist") && bt2_mode=="dev")) axes: - axis: type: slave @@ -332,6 +332,10 @@ type: user-defined name: build values: '{obj:build}' + - axis: + type: user-defined + name: bt2_mode + values: '{obj:bt2_mode}' <<: *babeltrace_build_builders_defaults <<: *babeltrace_build_publishers_gerrit @@ -669,3 +673,4 @@ arch: !!python/tuple [amd64, armhf, arm64, powerpc, ppc64el, i386] build: !!python/tuple [std, oot, dist] conf: !!python/tuple [std, python-bindings] + bt2_mode: !!python/tuple [dev, std]