jjb: lava: clone benchmark repo to /tmp that is mounted on a local drive
[lttng-ci.git] / lava / baremetal-tests / raw-syscall-getpid.yml
index bb2f2fe708eb4d06d8f0238a130cbc2fc5006990..6d6e96dce2cee6819c86f203ca745dd431ab74fb 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - python3-numpy
         git-repos:
                 - url: https://github.com/frdeso/syscall-bench-it.git
-                  destination: benchmarks
+                  destination: /tmp/benchmarks
                   branch: master
                 - url: https://github.com/lttng/lttng-ci
                   destination: ci
@@ -24,13 +24,13 @@ install:
 run:
         steps:
                 - source /root/lttngvenv/activate
-                - cd benchmarks
+                - cd /tmp/benchmarks
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh raw-syscall-getpid sys_getpid"
                 - lava-test-case-attach run-benchmarks "./results.csv"
                 - cd -
                 - cd ci
-                - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+                - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
                 - mv ./processed_results.csv ../processed_results_raw_syscall_getpid.csv
                 - cd -
                 - tar czf coredump.tar.gz coredump
This page took 0.022543 seconds and 4 git commands to generate.