jjb: Add prod conf to bt master and stable-2.0
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 5 Jun 2019 22:20:14 +0000 (18:20 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Wed, 5 Jun 2019 22:20:14 +0000 (18:20 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
jobs/babeltrace.yaml

index dfd7e0eef114938a62cb5b8648177538ab597fab..057d09c55ced7fe4de874d8241a56a697ea38640 100644 (file)
       - stable-2.0
       - master
     jobs:
+      - 'babeltrace_{version}_{buildtype}':
+          buildtype: build
+          arch: !!python/tuple [amd64]
+          build: !!python/tuple [std, oot, dist]
+          conf: !!python/tuple [std, static, python-bindings, production]
+          version:
+            - stable-2.0
+            - master
       - 'babeltrace_{version}_{buildtype}':
           buildtype: build
           arch: !!python/tuple [amd64]
           build: !!python/tuple [std, oot, dist]
           conf: !!python/tuple [std, static, python-bindings]
+          version:
+            - stable-1.5
       - 'babeltrace_{version}_{buildtype}':
           buildtype: portbuild
           arch: !!python/tuple [armhf, arm64, powerpc, ppc64el, i386]
This page took 0.049673 seconds and 4 git commands to generate.