X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ivc.yaml;h=62d4194bcb6bd4212fb1f30a9e56f2b7fc87c3e7;hb=e35896ac3b054003b5859705fbd7546130f04fe1;hp=58f493b5ba7553a6f00a7765d11c1f77c8b6d536;hpb=16844a6de66cc1730db84f84074492c36bfaaf1c;p=lttng-ci.git diff --git a/jobs/lttng-ivc.yaml b/jobs/lttng-ivc.yaml index 58f493b..62d4194 100644 --- a/jobs/lttng-ivc.yaml +++ b/jobs/lttng-ivc.yaml @@ -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: @@ -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,26 +44,21 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' - axis: type: user-defined name: liburcu_version 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/**' + follow-symlinks: true allow-empty: false - junit: results: result.xml @@ -103,26 +99,21 @@ values: '{obj:slave}' - axis: type: user-defined - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' - axis: type: user-defined name: liburcu_version 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/**' + follow-symlinks: true allow-empty: false - junit: results: result.xml @@ -155,26 +146,22 @@ 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] - slave: !!python/tuple [amd64-standalone] + platforms: !!python/tuple [bionic-amd64] + slave: !!python/tuple [amd64-rootnode] liburcu_version: !!python/tuple [master]