X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=pipelines%2Fintegration%2Fust-2.12-lower-urcu_testsuite.groovy;h=03f7ba90090aa35b6f0a9284ececd53ff3d2188c;hb=09c31b17f03f03d016c97948e826aee34b789977;hp=1919dd3060d1dda0432886fcae8ea61a430dbc3b;hpb=439ed62c023f657a234914cd4bf043f3162fb201;p=lttng-ci.git diff --git a/pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy b/pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy index 1919dd3..03f7ba9 100644 --- a/pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy +++ b/pipelines/integration/ust-2.12-lower-urcu_testsuite.groovy @@ -246,7 +246,7 @@ pipeline { post { always { - recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-2.12")] + recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-212")] step([$class: 'TapPublisher', testResults: 'tap/**/*.log', verbose: true, failIfNoResults: true, failedTestsMarkBuildAsFailure: true, planRequired: true]) archiveArtifacts artifacts: 'tap/**', fingerprint: false } @@ -370,7 +370,7 @@ pipeline { post { always { - recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-2.13")] + recordIssues skipBlames: true, tools: [gcc(id: "gcc-ust-213")] step([$class: 'TapPublisher', testResults: 'tap/**/*.log', verbose: true, failIfNoResults: true, failedTestsMarkBuildAsFailure: true, planRequired: true]) archiveArtifacts artifacts: 'tap/**', fingerprint: false }