jjb: lava: clone benchmark repo to /tmp that is mounted on a local drive
[lttng-ci.git] / lava / baremetal-tests / failing-open-enoent.yml
index 31c4a29c54315b8ff0db051de025f3a1cea99265..adcf861133250e20d1c7d9f8184d3bb7ec8135bf 100644 (file)
@@ -6,9 +6,12 @@ params:
     JENKINS_JOBNAME: "default jobname"
 
 install:
+        deps:
+                - python3-pandas
+                - 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
@@ -21,13 +24,16 @@ 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 failing-open-enoent"
+                - lava-test-case run-benchmarks --shell "./run.sh failing-open-enoent sys_open"
                 - 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_open_enoent.csv
                 - cd -
                 - tar czf coredump.tar.gz coredump
                 - lava-test-case-attach run-benchmarks coredump.tar.gz
+                - lava-test-case-attach run-benchmarks "./processed_results_open_enoent.csv"
+
This page took 0.023606 seconds and 4 git commands to generate.