gerrit: bt2: add dev and prod mode
[lttng-ci.git] / jobs / babeltrace.yaml
index 650ee2d69a751d448e7a9f9f8c281156e034b861..5de63d8148524954d440a6252526af86dc31b777 100644 (file)
     node: 'master' # Applies only to matrix flyweight task
     execution-strategy:
       combination-filter: |
-        (build=="std" && conf=="python-bindings") || (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
          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
           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]
This page took 0.025157 seconds and 4 git commands to generate.