jjb: lava: fix: update system-tests directory path
[lttng-ci.git] / lava / baremetal-tests / success-dup-close.yml
index 7e8cc9bb77d2c8b578c5fd6d2a7439b8694abe54..0443984f813fb058b321617b9af7496b2c5c2215 100644 (file)
@@ -10,9 +10,6 @@ install:
                 - python3-pandas
                 - python3-numpy
         git-repos:
-                - url: https://github.com/frdeso/syscall-bench-it.git
-                  destination: benchmarks
-                  branch: master
                 - url: https://github.com/lttng/lttng-ci
                   destination: ci
                   branch: master
@@ -24,13 +21,15 @@ install:
 run:
         steps:
                 - source /root/lttngvenv/activate
-                - cd benchmarks
+                - export BENCHMARK_DIR=$(mktemp --directory)/bm
+                - git clone https://github.com/frdeso/syscall-bench-it.git $BENCHMARK_DIR
+                - cd $BENCHMARK_DIR
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh success-dup-close sys_close,sys_dup"
                 - lava-test-case-attach run-benchmarks "./results.csv"
                 - cd -
                 - cd ci
-                - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+                - python3 ./scripts/system-tests/parse-results.py $BENCHMARK_DIR/results.csv
                 - mv ./processed_results.csv ../processed_results_dup_close.csv
                 - cd -
                 - tar czf coredump.tar.gz coredump
This page took 0.022723 seconds and 4 git commands to generate.