- defaults: name: lttng-ust-java-tests description: | Tests for LTTng-UST's Java agent. Runs the master branch of lttng-ust-java-tests against the master branches of UST, lttng-tools, and Babeltrace.

Job is managed by Jenkins Job Builder.

project-type: freestyle wrappers: - workspace-cleanup - timestamps - ansicolor scm: - git: url: git://github.com/{github_user}/{github_name}.git browser: githubweb browser-url: https://github.com/{github_user}/{github_name} branches: - origin/{version} basedir: lttng-ust-java-tests skip-tag: true triggers: - timed: "@daily" properties: - build-discarder: num-to-keep: 2 - github: url: https://github.com/{github_user}/{github_name} ## Templates - job-template: name: lttng-ust-java-tests_{version}_build defaults: lttng-ust-java-tests project-type: matrix node: 'master' # Applies only to matrix flyweight task axes: - axis: type: slave name: arch values: '{obj:arch}' - axis: type: user-defined name: java_version values: - 'java-8-openjdk' - axis: type: user-defined name: liburcu_version values: - 'master' - axis: type: user-defined name: lttng_ust_version values: - 'master' - axis: type: user-defined name: lttng_tools_version values: - 'master' wrappers: - workspace-cleanup - timestamps - ansicolor - inject: properties-content: | LD_LIBRARY_PATH=${{WORKSPACE}}/deps/build/lib PATH=${{WORKSPACE}}/deps/build/bin:${{PATH}} LTTNG_UST_DEBUG=1 LTTNG_CONSUMERD32_BIN=${{WORKSPACE}}/deps/build/lib/lttng/libexec/lttng-consumerd LTTNG_CONSUMERD64_BIN=${{WORKSPACE}}/deps/build/lib/lttng/libexec/lttng-consumerd - env-script: script-content: !include-raw-escape: scripts/lttng-ust-java-tests/set-java-home.sh builders: - copyartifact: project: liburcu_${{liburcu_version}}_build/arch=${{arch}},conf=std,build=std which-build: last-successful stable: false filter: 'build/**' target: 'deps' do-not-fingerprint: true - copyartifact: project: lttng-ust_${{lttng_ust_version}}_build/liburcu_version=${{liburcu_version}},arch=${{arch}},conf=agents,build=std which-build: last-successful stable: false filter: 'build/**' target: 'deps' do-not-fingerprint: true - copyartifact: project: lttng-tools_${{lttng_tools_version}}_build/babeltrace_version={babeltrace_version},liburcu_version=${{liburcu_version}},arch=${{arch}},conf=agents,build=std which-build: last-successful stable: false filter: 'build/**' target: 'deps' do-not-fingerprint: true - copyartifact: project: babeltrace_{babeltrace_version}_build/arch=${{arch}},conf=std,build=std which-build: last-successful stable: false filter: 'build/**' target: 'deps' do-not-fingerprint: true - shell: !include-raw-escape: scripts/lttng-ust-java-tests/start-sessiond.sh - maven-target: maven-version: "default" goals: "-version" private-repository: true - maven-target: maven-version: "default" goals: clean verify pom: 'lttng-ust-java-tests/pom.xml' properties: - maven.test.failure.ignore=true - common-jar-location=${{WORKSPACE}}/deps/build/share/java/lttng-ust-agent-common.jar - jul-jar-location=${{WORKSPACE}}/deps/build/share/java/lttng-ust-agent-jul.jar - log4j-jar-location=${{WORKSPACE}}/deps/build/share/java/lttng-ust-agent-log4j.jar - argLine=-Djava.library.path=${{WORKSPACE}}/deps/build/lib - shell: !include-raw-escape: scripts/lttng-ust-java-tests/stop-sessiond.sh publishers: - junit: results: 'lttng-ust-java-tests/**/target/failsafe-reports/*.xml' - workspace-cleanup - email-ext: recipients: '{obj:email_for_all_failure}' always: false unstable: true first-failure: false first-unstable: false not-built: false aborted: false regression: false failure: true second-failure: false improvement: false still-failing: false success: false fixed: false fixed-unhealthy: true still-unstable: false pre-build: false matrix-trigger: only-parent send-to: - recipients - email-ext: recipients: '{obj:email_to}' reply-to: ci-notification@lists.lttng.org always: false unstable: false first-failure: true first-unstable: true not-built: false aborted: false regression: false failure: false second-failure: false improvement: false still-failing: false success: false fixed: false fixed-unhealthy: true still-unstable: false pre-build: false matrix-trigger: only-parent send-to: - recipients ## Project - project: name: lttng-ust-java-tests github_user: lttng github_name: lttng-ust-java-tests email_to: 'ci-notification@lists.lttng.org, cc:alexmonthy@efficios.com' email_for_all_failure: 'alexmonthy@efficios.com' version: - master liburcu_version: - master lttng_ust_version: - master lttng_tools_version: - master babeltrace_version: stable-1.5 jobs: - 'lttng-ust-java-tests_{version}_build': arch: !!python/tuple [x86-32, x86-64] java_version: !!python/tuple [java-8-openjdk]