X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=jobs%2Fbabeltrace-benchmark.yaml;h=fc101057bf99aedd142fc609c94fac28f38e2ee0;hb=cda84f27d95fd6f55fa736e35298266a78bd35c5;hp=3da8c945caf1b79222b34058a01650e88db66221;hpb=f508331340620c3f31ec346951438c2bc8345a61;p=lttng-ci.git diff --git a/jobs/babeltrace-benchmark.yaml b/jobs/babeltrace-benchmark.yaml index 3da8c94..fc10105 100644 --- a/jobs/babeltrace-benchmark.yaml +++ b/jobs/babeltrace-benchmark.yaml @@ -16,6 +16,8 @@

Job is managed by Jenkins Job Builder.

+ node: 'deb12-amd64' + wrappers: - ansicolor - timestamps @@ -27,6 +29,7 @@ triggers: - timed: '@daily' + builders: - shell: !include-raw: scripts/babeltrace-benchmark/benchmark.sh @@ -34,29 +37,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 -