jjb: Add coverity jobs
[lttng-ci.git] / lava / baremetal-tests / failing-close.yml
index 99ebc3738b426bb0ba2991889be24c3f0e668357..20b3597488000c1c4d2bb3062d37be5c985e7e62 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_close.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_close.csv"
This page took 0.023935 seconds and 4 git commands to generate.