X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flibrseq.yaml;h=31487e6c89ec1b0357794241d934c7e3a6eaed2f;hb=ee4b760abf60e1d139cab33d5d5f0f4403723b8e;hp=385b6626ce673621dd1fbf8ba8d2cad276722705;hpb=3b228cdd0941928e4221f7fd5ea8fcca2ad4fcfd;p=lttng-ci.git diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 385b662..31487e6 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -4,7 +4,6 @@ # jobtypes: # - build # - portbuild -# - cppcheck # - coverity # - scan-build # - pylint @@ -107,6 +106,8 @@ results: 'tap/**/*.log' fail-if-no-results: true failed-tests-mark-build-as-failure: true + include-comment-diagnostics: true + output-tap-to-console: false todo-is-failure: false - raw: &librseq_publisher_warnings-ng_defaults xml: | @@ -120,14 +121,6 @@ false - - - - - - - false - @@ -157,11 +150,15 @@ - archive: &librseq_publisher_archive_defaults - artifacts: 'build/**,tap/**' + artifacts: 'build/**,tap/**,log/**' allow-empty: false - workspace-cleanup: &librseq_publisher_workspace-cleanup_defaults clean-if: - failure: false + - ircbot: &librseq_publisher_ircbot_defaults + strategy: statechange-only + message-type: summary-scm + matrix-notifier: only-configurations - email-ext: &librseq_publisher_email-ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -211,28 +208,6 @@ <<: *librseq_builders_defaults <<: *librseq_publishers_defaults -- job-template: - name: librseq_{version}_cppcheck - defaults: librseq - - triggers: - - pollscm: - cron: "@daily" - - builders: - - shell: | - rm -f cppcheck-result.xml - cppcheck --enable=all --xml --xml-version=2 $WORKSPACE/src/librseq 2> cppcheck-result.xml - - publishers: - - archive: - artifacts: 'cppcheck-result.xml' - allow-empty: false - - cppcheck: - pattern: 'cppcheck-result.xml' - - workspace-cleanup: *librseq_publisher_workspace-cleanup_defaults - - email-ext: *librseq_publisher_email-ext_defaults - - job-template: name: dev_gerrit_librseq_{buildtype} defaults: librseq @@ -364,7 +339,7 @@ touchstone: '(build == "std") && (conf == "std") && (cc == "clang-14")' - 'librseq_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, sid-powerpc, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, static] touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")'