X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Fbarectf.yaml;h=160bf3814bdaec111cfc8a44d6e1d8414c80a419;hb=6c5081785e39243d5ebc5090143439c944d0b9dc;hp=655fcb7bad2d1a6f3cec7712a7b38c79535542ae;hpb=7d482a1d321e0469db46d8d087e1a078afe49b37;p=lttng-ci.git diff --git a/jobs/barectf.yaml b/jobs/barectf.yaml index 655fcb7..160bf38 100644 --- a/jobs/barectf.yaml +++ b/jobs/barectf.yaml @@ -1,3 +1,5 @@ +--- +## Defaults ## - defaults: name: barectf description: | @@ -10,19 +12,18 @@ project-type: freestyle wrappers: - - workspace-cleanup - - timestamps - - ansicolor: + - ansicolor: &barectf_wrapper_ansicolor_defaults colormap: xterm - # - credentials-binding: - # - username-password-separated: - # credential-id: barectf_codecov_token - # username: CODECOV_PROJECT_NAME - # password: CODECOV_TOKEN + - timeout: &barectf_wrapper_timeout_defaults + timeout: 20 + fail: true + type: no-activity + - timestamps + - workspace-cleanup 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: @@ -37,14 +38,24 @@ 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} + publishers: + - workspace-cleanup: &barectf_publisher_workspace_cleanup_defaults + clean-if: + - failure: false + - ircbot: &barectf_publisher_ircbot_defaults + strategy: statechange-only + message-type: summary + matrix-notifier: only-parent + -## Templates +## Templates ## - job-template: - name: barectf_{version}_build + name: barectf_{version}_{buildtype} defaults: barectf project-type: matrix @@ -52,17 +63,16 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' builders: - shell: !include-raw-escape: scripts/barectf/build.sh publishers: -# - archive: -# artifacts: 'build/**' -# allow-empty: false + - workspace-cleanup: *barectf_publisher_workspace_cleanup_defaults + - ircbot: *barectf_publisher_ircbot_defaults - email-ext: recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -87,7 +97,7 @@ - recipients - job-template: - name: dev_gerrit_barectf_{buildtype} + name: dev_review_barectf_{version}_{buildtype} defaults: barectf concurrent: true @@ -96,8 +106,8 @@ axes: - axis: type: slave - name: arch - values: '{obj:arch}' + name: platform + values: '{obj:platforms}' scm: - git: @@ -118,9 +128,8 @@ - project-compare-type: 'PLAIN' project-pattern: 'barectf' branches: - - branch-compare-type: 'ANT' - branch-pattern: '**' - trigger-for-unreviewed-patches: true + - branch-compare-type: 'PLAIN' + branch-pattern: '{version}' properties: - build-discarder: @@ -129,61 +138,23 @@ option: 'category' categories: - 'gerrit-{buildtype}' + builders: - shell: !include-raw-escape: scripts/barectf/build.sh -- job-template: - name: barectf_{version}_pylint - defaults: barectf - node: 'amd64' + publishers: + - workspace-cleanup: *barectf_publisher_workspace_cleanup_defaults - triggers: - - pollscm: - cron: "@daily" - builders: - - shell: - !include-raw-escape: scripts/barectf/pylint.sh +## Views ## +- view-template: + name: 'Barectf' + view-type: list + regex: 'barectf[-_].*' - publishers: - - archive: - artifacts: 'pep8.out,pylint.out' - - violations: - pep8: - pattern: pep8.out - min: 10 - max: 999 - unstable: 999 - pylint: - pattern: pylint.out - min: 10 - max: 999 - unstable: 999 - - email-ext: - recipients: '{obj:email_to}' - reply-to: ci-notification@lists.lttng.org - always: false - unstable: false - first-failure: true - first-unstable: true - not-built: false - aborted: false - regression: false - failure: false - second-failure: false - improvement: false - still-failing: false - success: false - fixed: false - fixed-unhealthy: true - still-unstable: false - pre-build: false - matrix-trigger: only-parent - send-to: - - recipients -## Project +## Projects ## - project: name: barectf github_user: efficios @@ -191,16 +162,27 @@ email_to: 'ci-notification@lists.lttng.org, cc:pproulx@efficios.com' version: - master + - stable-3.0 + - stable-3.1 jobs: - - 'barectf_{version}_build': - arch: !!python/tuple [i386, amd64] - - 'barectf_{version}_pylint' + - 'barectf_{version}_{buildtype}': + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] - project: - name: gerrit-barectf + name: review-barectf github_user: efficios - github_name: babeltrace + github_name: barectf + version: + - master + - stable-3.0 + - stable-3.1 jobs: - - 'dev_gerrit_barectf_{buildtype}': - buildtype: build - arch: !!python/tuple [i386, amd64] + - 'dev_review_barectf_{version}_{buildtype}': + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + +- project: + name: barectf-views + views: + - Barectf