jjb: lttng-tools: Add debug-rcu conf for 2.7, 2.8, 2.9
[lttng-ci.git] / jobs / liburcu.yaml
index 1ee7ffe3ff1713b09cb40684c0329a0b503c4f25..c1efef56f40c9e5a3d505575bd15b0d3bb01276e 100644 (file)
           branches:
             - origin/{version}
           basedir: src/liburcu
+          skip-tag: true
 
     triggers:
       - pollscm:
           cron: "@hourly"
 
     properties:
+      - inject:
+          properties-content: |
+            PROJECT_NAME=liburcu
       - build-discarder:
           num-to-keep: 2
       - github:
@@ -72,6 +76,7 @@
           - std
           - static
           - tls_fallback
+          - debug-rcu
       - axis:
          type: user-defined
          name: build
 
     builders:
       - shell:
-          !include-raw-escape: scripts/liburcu/scan-build.sh
+          !include-raw-escape: scripts/common/scan-build.sh
 
     publishers:
       - html-publisher:
           version: # Solaris support was introduced in 0.9
             - master
             - stable-0.9
+      - 'liburcu_{version}_{buildtype}':
+          buildtype: macosxbuild
+          arch: !!python/tuple [macosx]
+          build: !!python/tuple [std]
+          version:
+            - master
+            - stable-0.9
       - 'liburcu_{version}_cppcheck'
       - 'liburcu_{version}_scan-build'
       - 'liburcu_{version}_coverity':
This page took 0.024805 seconds and 4 git commands to generate.