X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=jobs%2Fbabeltrace-benchmark.yaml;h=a015e4f92fc6e81f8b1633a37dadd28ad31c66c0;hb=a547f7a5280130b03d49e2387304fd34ead76d0d;hp=a8c90e6ccdf7f2195a9469ee2d400e2bca4485f3;hpb=5c65bbc2ea87bdcecc0c02cc7c19c50c94d6d6cb;p=lttng-ci.git diff --git a/jobs/babeltrace-benchmark.yaml b/jobs/babeltrace-benchmark.yaml index a8c90e6..a015e4f 100644 --- a/jobs/babeltrace-benchmark.yaml +++ b/jobs/babeltrace-benchmark.yaml @@ -1,9 +1,9 @@ - job: - name: babeltrace-benchmark + name: babeltrace_benchmark project-type: freestyle defaults: global description: | - This job is responsible for triggering jobs in lava and generate the report + This job is responsible for triggering benchmark jobs in lava and generate the report The Babeltrace project provides trace read and write libraries, as well as a trace converter. Plugins can be created for any trace format to @@ -27,6 +27,7 @@ triggers: - timed: '@daily' + builders: - shell: !include-raw: scripts/babeltrace-benchmark/benchmark.sh @@ -34,29 +35,16 @@ publishers: - archive: artifacts: 'results/**' + follow-symlinks: true allow-empty: false - scm: - - babeltrace - - lttng-ci + - workspace-cleanup: + clean-if: + - failure: false -- scm: - name: babeltrace scm: - git: - url: git://github.com/efficios/babeltrace.git + url: https://github.com/efficios/babeltrace.git browser: githubweb browser-url: https://github.com/efficios/babeltrace basedir: src/babeltrace skip-tag: true - git-tool: jgit -- scm: - name: lttng-ci - scm: - - git: - url: git://github.com/lttng/lttng-ci.git - browser: githubweb - browser-url: https://github.com/lttng/lttng-ci - basedir: src/lttng-ci - skip-tag: true - git-tool: jgit -