X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Flttng-ust.yaml;h=09114e90cbb03bc01cae8acd1a69f1db573472ee;hb=7491c28dedf1644bd9d7e49f4dc2376871c96f53;hp=cda7068312a2704bae79d4f3a374ba1b43aab164;hpb=c9b78c7b872561ac36695aac2d44a9c5a38f1052;p=lttng-ci.git diff --git a/jobs/lttng-ust.yaml b/jobs/lttng-ust.yaml index cda7068..09114e9 100644 --- a/jobs/lttng-ust.yaml +++ b/jobs/lttng-ust.yaml @@ -44,7 +44,7 @@ defaults: lttng-ust project-type: matrix - node: 'x86-32 || x86-64' # Applies only to matrix flyweight task + node: 'master' # Applies only to matrix flyweight task execution-strategy: combination-filter: | (build=="std") || (liburcu_version=="master") @@ -56,10 +56,7 @@ - axis: type: user-defined name: conf - values: - - std - - java-agent - - python-agent + values: '{obj:conf}' - axis: type: user-defined name: liburcu_version @@ -86,6 +83,7 @@ - tap: results: 'tap/**/*.tap' failed-tests-mark-build-as-failure: true + todo-is-failure: false - warnings: console-log-parsers: - 'GNU Make + GNU C Compiler (gcc)' @@ -100,6 +98,7 @@ allow-empty: false - workspace-cleanup - ircbot: + strategy: new-failure-and-fixed matrix-notifier: only-parent channels: - name: '#lttng' @@ -242,10 +241,12 @@ buildtype: build arch: !!python/tuple [x86-32, x86-64] build: !!python/tuple [std, oot, dist] + conf: !!python/tuple [std, java-agent, python-agent] - 'lttng-ust_{version}_{buildtype}': buildtype: portbuild - arch: !!python/tuple [armhf, powerpc] + arch: !!python/tuple [armhf, powerpc, ppc64el] build: !!python/tuple [std] + conf: !!python/tuple [std, java-agent, python-agent] - 'lttng-ust_{version}_cppcheck' - 'lttng-ust_{version}_scan-build' - 'lttng-ust_{version}_coverity':