jjb: lava: fix: update system-tests directory path
[lttng-ci.git] / lava / baremetal-tests / failing-close.yml
index 20b3597488000c1c4d2bb3062d37be5c985e7e62..f326a9f0fad3ea84a19c340eda9c9973ccd7f8ed 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 failing-close"
+                - lava-test-case run-benchmarks --shell "./run.sh failing-close sys_close"
                 - 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_close.csv
                 - cd -
                 - tar czf coredump.tar.gz coredump
This page took 0.022582 seconds and 4 git commands to generate.