X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=a188fb464d4fc77396b7dc2cb5f6060def201835;hb=ed7ece9a6404fea1a39a33c1ad0cda42a174979b;hp=17821d69e035770098e731993b2e3cbd68f15343;hpb=d6d71fecb952b35ad4e13354468595ddec728460;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 17821d6..a188fb4 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -109,24 +109,10 @@ condition-kind: strings-match on-evaluation-failure: run condition-string1: {{ '${{platform}}' }} - condition-string2: 'msys2-mingw32' + condition-string2: 'msys2-ucrt64' steps: - inject: - properties-content: 'MSYSTEM=MINGW32' - - shell: - !include-raw-escape: - - scripts/common/msys2-shebang - - scripts/common/cygpath-prefix - - scripts/common/print.sh - - scripts/babeltrace/build.sh - - conditional-step: - condition-kind: strings-match - on-evaluation-failure: run - condition-string1: {{ '${{platform}}' }} - condition-string2: 'msys2-mingw64' - steps: - - inject: - properties-content: 'MSYSTEM=MINGW64' + properties-content: 'MSYSTEM=UCRT64' - shell: !include-raw-escape: - scripts/common/msys2-shebang @@ -148,13 +134,14 @@ properties-content: | LD_LIBRARY_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib PKG_CONFIG_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib/pkgconfig - platform=bionic-amd64 + platform=deb12-amd64 conf=std build=std - shell: | - wget http://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.gz - tar xvf glib-2.28.6.tar.gz + curl -OL 'https://ftp.gnome.org/pub/gnome/sources/glib/2.28/glib-2.28.6.tar.gz' + tar xf glib-2.28.6.tar.gz cd glib-2.28.6 + sed -i 's/sys\/types\.h/sys\/sysmacros\.h/' gio/gdbusmessage.c # Fix build failure with recent glibc mkdir BUILD_RESULT ./configure --prefix=$WORKSPACE/glib-2.28.6/BUILD_RESULT make -j `nproc` >/dev/null 2>&1 # Hide warnings @@ -216,14 +203,15 @@ - archive: &babeltrace_publisher_archive_defaults artifacts: 'build/**,tap/**,log/**' + follow-symlinks: true allow-empty: false - workspace-cleanup: &babeltrace_publisher_workspace-cleanup_defaults clean-if: - failure: false - ircbot: &babeltrace_publisher_ircbot_defaults strategy: statechange-only - message-type: summary-scm - matrix-notifier: only-configurations + message-type: summary + matrix-notifier: only-parent - email-ext: &babeltrace_publisher_email-ext_defaults recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org @@ -286,7 +274,7 @@ 1 TOTAL - FAILED + {warnings_status} AGGREGATION_TOOLS @@ -357,7 +345,7 @@ <<: *babeltrace_publishers_review - job-template: - name: 'dev_review_babeltrace_{version}_pylint' + name: 'dev_review_babeltrace_{version}_lint' defaults: babeltrace concurrent: true @@ -367,11 +355,11 @@ triggers: - gerrit: *babeltrace_trigger_gerrit_defaults - node: 'bionic-amd64' + node: 'deb12-amd64' builders: - shell: - !include-raw-escape: scripts/babeltrace/pylint.sh + !include-raw-escape: scripts/babeltrace/lint.sh properties: - inject: @@ -381,6 +369,9 @@ days-to-keep: 1 publishers: + - archive: + artifacts: 'black.out,flake8.out,isort.out,clang-format.out,shellcheck.out' + allow-empty: false - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - job-template: @@ -395,7 +386,7 @@ - gerrit: &babeltrace_trigger_gerrit_smoke trigger-on: - comment-added-event: - approval-category: 'Smoke-Build' + approval-category: 'Smoke-Build-Lvl1' approval-value: 1 projects: - project-compare-type: 'PLAIN' @@ -435,11 +426,11 @@ triggers: - gerrit: *babeltrace_trigger_gerrit_smoke - node: 'jammy-amd64' + node: 'deb12-amd64' builders: - shell: - !include-raw-escape: scripts/babeltrace/check-format.sh + !include-raw-escape: scripts/common/check-format.sh properties: - inject: @@ -449,12 +440,15 @@ days-to-keep: 1 publishers: + - archive: + artifacts: 'clang-format-fixes.diff' + allow-empty: true - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - job-template: name: babeltrace_{version}_release defaults: babeltrace - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -484,7 +478,7 @@ - job-template: name: babeltrace_{version}_scan-build defaults: babeltrace - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -505,7 +499,7 @@ - job-template: name: babeltrace_{version}_coverity defaults: babeltrace - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -534,9 +528,9 @@ - ircbot: *babeltrace_publisher_ircbot_defaults - job-template: - name: babeltrace_{version}_pylint + name: babeltrace_{version}_lint defaults: babeltrace - node: 'bionic-amd64' + node: 'deb12-amd64' triggers: - pollscm: @@ -544,12 +538,12 @@ builders: - shell: - !include-raw-escape: scripts/babeltrace/pylint.sh + !include-raw-escape: scripts/babeltrace/lint.sh publishers: - workspace-cleanup: *babeltrace_publisher_workspace-cleanup_defaults - archive: - artifacts: 'black.out,flake8.out' + artifacts: 'black.out,flake8.out,isort.out,clang-format.out,shellcheck.out' allow-empty: false - ircbot: *babeltrace_publisher_ircbot_defaults - email-ext: *babeltrace_publisher_email-ext_defaults @@ -557,7 +551,7 @@ - job-template: name: '{job_prefix}babeltrace_{version}_glib-2.28.6' defaults: babeltrace - node: 'bionic-amd64' + node: 'deb12-amd64' <<: *babeltrace_builders_glib-2-28-6 <<: *babeltrace_publishers_defaults @@ -583,25 +577,18 @@ jobs: - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64] - builds: !!python/tuple [std, oot, dist, oot-dist] - confs: !!python/tuple [std, static, prod, min, doc, asan] - filter: '(build=="std") || (conf=="std") || (conf=="doc")' - touchstone: '(build == "std") && (conf == "std")' - - '{job_prefix}babeltrace_{version}_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static, prod, min, doc, asan] filter: '(build=="std") || (conf=="std") || (conf=="doc")' touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' - touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: slesbuild platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] @@ -611,21 +598,21 @@ touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: elbuild - platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64] + platforms: !!python/tuple [el7-amd64, el8-amd64, el9-amd64, el7-arm64, el8-arm64, el9-arm64] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: yoctobuild - platforms: !!python/tuple [yocto23-powerpcspe, yocto23-powerpc, yocto31-ppc64] + platforms: !!python/tuple [yocto23-powerpcspe, yocto40-powerpc, yocto40-ppc64] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' @@ -639,23 +626,23 @@ touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: winbuild - platforms: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64] + platforms: !!python/tuple [cygwin64, msys2-ucrt64] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' touchstone: '' - 'babeltrace_{version}_{cctype}': cctype: clangbuild - platforms: !!python/tuple [bionic-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std] confs: !!python/tuple [std, static, prod] - ccs: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7] + ccs: !!python/tuple [clang-13, clang-14, clang-15] filter: '' touchstone: '' - 'babeltrace_{version}_release': version: v2.0 - 'babeltrace_{version}_scan-build' - - 'babeltrace_{version}_pylint' + - 'babeltrace_{version}_lint' - 'babeltrace_{version}_coverity': version: master - '{job_prefix}babeltrace_{version}_glib-2.28.6': @@ -668,44 +655,132 @@ github_name: babeltrace version: - stable-2.0 + - ctf2 - master jobs: + ## Master ## - 'dev_review_babeltrace_{version}_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + version: master + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static, prod, min] filter: '' touchstone: '' + warnings_status: FAILED - 'dev_review_babeltrace_{version}_{buildtype}': + version: master buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' touchstone: '' + warnings_status: FAILED - 'dev_review_babeltrace_{version}_{buildtype}': + version: master buildtype: macosbuild - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' touchstone: '' + warnings_status: FAILED - 'dev_review_babeltrace_{version}_{buildtype}': + version: master buildtype: winbuild - platforms: !!python/tuple [cygwin64, msys2-mingw64] + platforms: !!python/tuple [cygwin64, msys2-ucrt64] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' touchstone: '' - - 'dev_review_babeltrace_{version}_pylint' - - 'dev_review_babeltrace_{version}_smokebuild': - platforms: !!python/tuple [jammy-amd64] + warnings_status: FAILED + + ## ctf2 temp branch ## + - 'dev_review_babeltrace_{version}_{buildtype}': + version: ctf2 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, prod, min] + filter: '' + touchstone: '' + warnings_status: FAILED + - 'dev_review_babeltrace_{version}_{buildtype}': + version: ctf2 + buildtype: portbuild + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' touchstone: '' + warnings_status: FAILED + - 'dev_review_babeltrace_{version}_{buildtype}': + version: ctf2 + buildtype: macosbuild + platforms: !!python/tuple [macos-arm64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + warnings_status: FAILED + - 'dev_review_babeltrace_{version}_{buildtype}': + version: ctf2 + buildtype: winbuild + platforms: !!python/tuple [cygwin64, msys2-ucrt64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' + warnings_status: FAILED + + ## Stable 2.0 ## + - 'dev_review_babeltrace_{version}_{buildtype}': + version: stable-2.0 + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [std, oot, dist, oot-dist] + confs: !!python/tuple [std, static, prod, min] + filter: '' + touchstone: '' + warnings_status: WARNING + - 'dev_review_babeltrace_{version}_{buildtype}': + version: stable-2.0 + buildtype: portbuild + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' + warnings_status: WARNING + - 'dev_review_babeltrace_{version}_{buildtype}': + version: stable-2.0 + buildtype: macosbuild + platforms: !!python/tuple [macos-arm64] + builds: !!python/tuple [std] + confs: !!python/tuple [std, prod] + filter: '' + touchstone: '' + warnings_status: WARNING + - 'dev_review_babeltrace_{version}_{buildtype}': + version: stable-2.0 + buildtype: winbuild + platforms: !!python/tuple [cygwin64, msys2-ucrt64] + builds: !!python/tuple [std] + confs: !!python/tuple [std] + filter: '' + touchstone: '' + warnings_status: WARNING + + ## ALL ## + - 'dev_review_babeltrace_{version}_smokebuild': + platforms: !!python/tuple [deb12-amd64] + builds: !!python/tuple [oot-dist] + confs: !!python/tuple [std] + filter: '' + touchstone: '' - 'dev_review_babeltrace_{version}_check-format' + - 'dev_review_babeltrace_{version}_lint' - project: @@ -719,18 +794,18 @@ jobs: - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: linuxbuild - platforms: !!python/tuple [jammy-amd64] + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static, python-bindings] filter: '' touchstone: '(build == "std") && (conf == "std")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb11-armhf, deb11-arm64, deb11-ppc64el, deb11-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, python-bindings] filter: '' - touchstone: '(build == "std") && (conf == "std") && (platform == "deb11-i386")' + touchstone: '(build == "std") && (conf == "std") && (platform == "deb12-i386")' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: slesbuild platforms: !!python/tuple [sles12sp5-amd64, sles15sp4-amd64] @@ -759,15 +834,15 @@ - stable-1.5-staging jobs: - '{job_prefix}babeltrace_{version}_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static, python-bindings] filter: '' touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [std] filter: '' @@ -788,20 +863,21 @@ version: - master-staging - '{job_prefix}babeltrace_{version}_{buildtype}': - buildtype: build - platforms: !!python/tuple [bionic-amd64] + buildtype: linuxbuild + platforms: !!python/tuple [deb12-amd64] builds: !!python/tuple [std, oot, dist, oot-dist] confs: !!python/tuple [std, static, prod, min] filter: '' touchstone: '' - '{job_prefix}babeltrace_{version}_{buildtype}': buildtype: macosbuild - platforms: !!python/tuple [macos-amd64, macos-arm64] + platforms: !!python/tuple [macos-arm64] builds: !!python/tuple [std] confs: !!python/tuple [std, prod] filter: '' touchstone: '' + - project: name: babeltrace-views views: