jjb: efficios-www: move to deb12 builders
[lttng-ci.git] / jobs / lttng-ivc.yaml
index 4f2db2fd9a8ef7002dacd834cc975774dd9e9809..62d4194bcb6bd4212fb1f30a9e56f2b7fc87c3e7 100644 (file)
@@ -28,7 +28,8 @@
 
     properties:
       - build-discarder:
-          num-to-keep: 2
+          num-to-keep: 10
+          artifact-num-to-keep: 2
       - github:
           url: https://github.com/{github_user}/{github_name}
 
@@ -43,8 +44,8 @@
     axes:
       - axis:
          type: slave
-         name: arch
-         values: '{obj:arch}'
+         name: platform
+         values: '{obj:platforms}'
       - axis:
          type: user-defined
          name: liburcu_version
@@ -57,6 +58,7 @@
     publishers:
       - archive:
           artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**'
+          follow-symlinks: true
           allow-empty: false
       - junit:
           results: result.xml
@@ -97,8 +99,8 @@
          values: '{obj:slave}'
       - axis:
          type: user-defined
-         name: arch
-         values: '{obj:arch}'
+         name: platform
+         values: '{obj:platforms}'
       - axis:
          type: user-defined
          name: liburcu_version
     publishers:
       - archive:
           artifacts: 'artifacts/**, src/lttng_ivc/runtime/projects_cache/**/log/**'
+          follow-symlinks: true
           allow-empty: false
       - junit:
           results: result.xml
     name: lttng-ivc
     github_user: lttng
     github_name: lttng-ivc
-    email_to: "ci-notification@lists.lttng.org, cc:joraj@efficios.com"
+    email_to: "ci-notification@lists.lttng.org"
     version:
       - staging
       - master
     jobs:
       - 'lttng-ivc-{version}':
           version: master
-          arch: !!python/tuple [amd64]
+          platforms: !!python/tuple [bionic-amd64]
           liburcu_version: !!python/tuple [master]
       - 'lttng-ivc-{version}':
-          # Send only to maintainer
-          email_to: "joraj@efficios.com"
           version: staging
-          arch: !!python/tuple [amd64]
+          platforms: !!python/tuple [bionic-amd64]
           liburcu_version: !!python/tuple [master]
       - 'lttng-ivc-{version}-modules':
-         # Send only to maintainer
-         email_to: "joraj@efficios.com"
          version: master
-         arch: !!python/tuple [amd64]
+         platforms: !!python/tuple [bionic-amd64]
          slave: !!python/tuple [amd64-rootnode]
          liburcu_version: !!python/tuple [master]
 
This page took 0.024977 seconds and 4 git commands to generate.