X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace.yaml;h=a37dc31a8ee388fdd839f407936e83d0789031db;hb=cefcd7f8ab5682123fef582f7a87accc30500d38;hp=7b3974ecc6bd524bf0303137edd73ef19b2b971b;hpb=733146f2cf2f1742aabf74b7b800433b400fce73;p=lttng-ci.git diff --git a/jobs/babeltrace.yaml b/jobs/babeltrace.yaml index 7b3974e..a37dc31 100644 --- a/jobs/babeltrace.yaml +++ b/jobs/babeltrace.yaml @@ -99,17 +99,6 @@ - babeltrace_build_builders_win: &babeltrace_build_builders_win name: 'babeltrace_build_builders_win' builders: - - conditional-step: - condition-kind: strings-match - on-evaluation-failure: run - condition-string1: '${{arch}}' - condition-string2: 'cygwin' - steps: - - shell: - !include-raw-escape: - - scripts/common/cygwin-shebang - - scripts/common/cygwin-prefix - - scripts/babeltrace/build.sh - conditional-step: condition-kind: strings-match on-evaluation-failure: run @@ -119,7 +108,7 @@ - shell: !include-raw-escape: - scripts/common/cygwin64-shebang - - scripts/common/cygwin-prefix + - scripts/common/cygpath-prefix - scripts/babeltrace/build.sh - conditional-step: condition-kind: strings-match @@ -132,7 +121,7 @@ - shell: !include-raw-escape: - scripts/common/msys2-shebang - - scripts/common/cygwin-prefix + - scripts/common/cygpath-prefix - scripts/babeltrace/build.sh - conditional-step: condition-kind: strings-match @@ -145,7 +134,7 @@ - shell: !include-raw-escape: - scripts/common/msys2-shebang - - scripts/common/cygwin-prefix + - scripts/common/cygpath-prefix - scripts/babeltrace/build.sh @@ -350,7 +339,7 @@ - throttle: option: 'category' categories: - - 'gerrit' + - 'gerrit-{buildtype}' - job-template: name: dev_gerrit_babeltrace_winbuild @@ -389,7 +378,7 @@ - throttle: option: 'category' categories: - - 'gerrit' + - 'gerrit-winbuild' <<: *babeltrace_build_axes_defaults <<: *babeltrace_build_builders_win @@ -544,7 +533,7 @@ - recipients # Use - in version number since yaml anchor do not support dot -- babeltrace_version_glib-2-22-5_anchor: &babeltrace_version_glib-2-22-5_anchor +- babeltrace_version_glib-2-28-6_anchor: &babeltrace_version_glib-2-28-6_anchor name: 'babeltrace_version_glib_anchor' defaults: babeltrace node: 'amd64' @@ -552,17 +541,17 @@ builders: - inject: properties-content: | - LD_LIBRARY_PATH=$WORKSPACE/glib-2.22.5/BUILD_RESULT/lib - PKG_CONFIG_PATH=$WORKSPACE/glib-2.22.5/BUILD_RESULT/lib/pkgconfig + LD_LIBRARY_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib + PKG_CONFIG_PATH=$WORKSPACE/glib-2.28.6/BUILD_RESULT/lib/pkgconfig arch=amd64 conf=std build=std - shell: | - wget http://ftp.gnome.org/pub/gnome/sources/glib/2.22/glib-2.22.5.tar.gz - tar xvf glib-2.22.5.tar.gz - cd glib-2.22.5 + 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 + cd glib-2.28.6 mkdir BUILD_RESULT - ./configure --prefix=$WORKSPACE/glib-2.22.5/BUILD_RESULT + ./configure --prefix=$WORKSPACE/glib-2.28.6/BUILD_RESULT make -j `nproc` make install @@ -570,11 +559,11 @@ !include-raw-escape: scripts/babeltrace/build.sh - job-template: - name: babeltrace_{version}_glib-2.22.5 + name: babeltrace_{version}_glib-2.28.6 triggers: - pollscm: cron: "@daily" - <<: *babeltrace_version_glib-2-22-5_anchor + <<: *babeltrace_version_glib-2-28-6_anchor publishers: - archive: artifacts: 'tap/**' @@ -603,8 +592,8 @@ - recipients - job-template: - name: dev_{user}_babeltrace_{version}_glib-2.22.5 - <<: *babeltrace_version_glib-2-22-5_anchor + name: dev_{user}_babeltrace_{version}_glib-2.28.6 + <<: *babeltrace_version_glib-2-28-6_anchor publishers: - email-ext: @@ -687,7 +676,7 @@ conf: !!python/tuple [std, static] cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7] - 'babeltrace_{version}_winbuild': - arch: !!python/tuple [cygwin, cygwin64] + arch: !!python/tuple [cygwin64] build: !!python/tuple [std] conf: !!python/tuple [std] - 'babeltrace_{version}_cppcheck' @@ -734,7 +723,7 @@ conf: !!python/tuple [std, static, prod] cc: !!python/tuple [clang-3.9, clang-4.0, clang-6.0, clang-7] - 'babeltrace_{version}_winbuild': - arch: !!python/tuple [cygwin, cygwin64, msys2-mingw32, msys2-mingw64] + arch: !!python/tuple [cygwin64, msys2-mingw32, msys2-mingw64] build: !!python/tuple [std] conf: !!python/tuple [std] - 'babeltrace_{version}_cppcheck' @@ -742,7 +731,7 @@ - 'babeltrace_{version}_pylint' - 'babeltrace_{version}_coverity': version: master - - 'babeltrace_{version}_glib-2.22.5': + - 'babeltrace_{version}_glib-2.28.6': version: master - project: @@ -803,7 +792,7 @@ - stable-2.0-staging - master-staging jobs: - - 'dev_{user}_babeltrace_{version}_glib-2.22.5': + - 'dev_{user}_babeltrace_{version}_glib-2.28.6': version: - master-staging - 'dev_{user}_babeltrace_{version}_{buildtype}':