jjb: Add el7 to elbuilds
[lttng-ci.git] / jobs / lttng-ivc.yaml
index 65b7e81b4bc6947a6b301c2d1d3b7f18e1e70cbe..4f2db2fd9a8ef7002dacd834cc975774dd9e9809 100644 (file)
@@ -15,7 +15,7 @@
 
     scm:
       - git:
-          url: git://github.com/{github_user}/{github_name}.git
+          url: https://github.com/{github_user}/{github_name}.git
           browser: githubweb
           browser-url: https://github.com/{github_user}/{github_name}
           branches:
          values: '{obj:liburcu_version}'
 
     builders:
-      - copyartifact:
-          project: liburcu_${{liburcu_version}}_build/arch=${{arch}},conf=std,build=std
-          which-build: last-successful
-          stable: false
-          filter: 'build/**'
-          target: 'deps/liburcu'
       - shell:
          !include-raw-escape: scripts/lttng-ivc/build.sh
 
     publishers:
       - archive:
-          artifacts: 'artifacts/**'
+          artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**'
           allow-empty: false
       - junit:
           results: result.xml
          values: '{obj:liburcu_version}'
 
     builders:
-      - copyartifact:
-          project: liburcu_${{liburcu_version}}_build/arch=${{arch}},conf=std,build=std
-          which-build: last-successful
-          stable: false
-          filter: 'build/**'
-          target: 'deps/liburcu'
       - shell:
          !include-raw-escape: scripts/lttng-ivc/build.sh
 
     publishers:
       - archive:
-          artifacts: 'artifacts/**'
+          artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**'
           allow-empty: false
       - junit:
           results: result.xml
     jobs:
       - 'lttng-ivc-{version}':
           version: master
-          arch: !!python/tuple [x86-32, x86-64]
+          arch: !!python/tuple [amd64]
           liburcu_version: !!python/tuple [master]
       - 'lttng-ivc-{version}':
           # Send only to maintainer
           email_to: "joraj@efficios.com"
           version: staging
-          arch: !!python/tuple [x86-32, x86-64]
+          arch: !!python/tuple [amd64]
           liburcu_version: !!python/tuple [master]
       - 'lttng-ivc-{version}-modules':
          # Send only to maintainer
          email_to: "joraj@efficios.com"
          version: master
-         arch: !!python/tuple [x86-64]
-         slave: !!python/tuple [x86-64-standalone]
+         arch: !!python/tuple [amd64]
+         slave: !!python/tuple [amd64-rootnode]
          liburcu_version: !!python/tuple [master]
 
This page took 0.041022 seconds and 4 git commands to generate.