jjb: babeltrace-benchmark: deprecate Multi-SCM plugin
[lttng-ci.git] / scripts / babeltrace-benchmark / benchmark.sh
index 57a788f67d2af6561f6f50986bcde7a12be6e626..9a3256b313ad4b0227520094e80a7eb31cd80f20 100755 (executable)
@@ -29,6 +29,10 @@ TMPDIR="${VENV}/tmp"
 mkdir -p "$TMPDIR"
 export TMPDIR
 
+function checkout_scripts() {
+       git clone https://github.com/lttng/lttng-ci.git "$SCRIPT_DIR"
+}
+
 function setup_env ()
 {
        mkdir -p "$RESULTS_DIR"
@@ -50,6 +54,7 @@ function generate_report ()
        python "$SCRIPT_PATH" --generate-report --repo-path "$SRC_DIR" --report-name "${RESULTS_DIR}/babeltrace-benchmark.pdf"
 }
 
+checkout_scripts
 setup_env
 run_jobs
 generate_report
This page took 0.022609 seconds and 4 git commands to generate.