X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbinutils-gdb.yaml;h=fa88daa5bbcc2af628f87fdf1c578d951f0db214;hb=c72041ebe744c7c3fd8411fafd93abe46292bff4;hp=94712b133f9fa8a46cacf33590d885716ca3edf0;hpb=2e7dd15ca789d27aded6e3abd9867e049e7bcd12;p=lttng-ci.git diff --git a/jobs/binutils-gdb.yaml b/jobs/binutils-gdb.yaml index 94712b1..fa88daa 100644 --- a/jobs/binutils-gdb.yaml +++ b/jobs/binutils-gdb.yaml @@ -50,6 +50,10 @@ type: slave name: arch values: '{obj:arch}' + - axis: + type: user-defined + name: target_board + values: '{obj:target_board}' builders: - shell: @@ -63,12 +67,31 @@ allow-empty: false - junit: results: 'results/*.xml' + - email: + recipients: 'simon.marchi@efficios.com' + + builders: + - shell: + !include-raw-escape: + - scripts/common/print.sh + - scripts/binutils-gdb/build.sh + + publishers: + - archive: + artifacts: 'build/**,results/**' + allow-empty: false + - junit: + results: 'results/*.xml' + - email: + recipients: 'simon.marchi@efficios.com' - job-template: name: dev_gerrit_binutils-gdb_build defaults: binutils-gdb concurrent: true + project-type: matrix + scm: - git: url: https://review.lttng.org/binutils-gdb @@ -91,7 +114,16 @@ - branch-compare-type: 'ANT' branch-pattern: '**' - node: 'amd64' + node: 'master' + axes: + - axis: + type: slave + name: arch + values: '{obj:arch}' + - axis: + type: user-defined + name: target_board + values: '{obj:target_board}' builders: - shell: @@ -126,11 +158,14 @@ jobs: - 'binutils-gdb_{version}_build': arch: !!python/tuple [amd64] + target_board: !!python/tuple ["unix", "native-gdbserver", "native-extended-gdbserver"] - project: name: gerrit-gdb jobs: - - 'dev_gerrit_binutils-gdb_build' + - 'dev_gerrit_binutils-gdb_build': + arch: !!python/tuple [amd64] + target_board: !!python/tuple ["unix", "native-gdbserver", "native-extended-gdbserver"] - project: name: gdb-views