Merge pull request #13 from frdeso/mainline-jobs-rework
[lttng-ci.git] / lava / baremetal-tests / failing-open-efault.yml
index ece0c8ffe9db4caf4d30bbb2e6f4225025fe6fca..844df7817726ad47f63fba84c8ba098e12fa397d 100644 (file)
@@ -6,6 +6,9 @@ params:
     JENKINS_JOBNAME: "default jobname"
 
 install:
+        deps:
+                - python3-pandas
+                - python3-numpy
         git-repos:
                 - url: https://github.com/frdeso/syscall-bench-it.git
                   destination: benchmarks
@@ -28,6 +31,8 @@ run:
                 - cd -
                 - cd ci
                 - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+                - mv ./processed_results.csv ../processed_results_open_efault.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_efault.csv"
This page took 0.034936 seconds and 4 git commands to generate.