Lava: Specify a 5min timeout for the env setup commands
[lttng-ci.git] / lava / baremetal-tests / failing-open-enoent.yml
index 31c4a29c54315b8ff0db051de025f3a1cea99265..e02c09c5e547606ce039288ed6313eed5bb9cde8 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_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.022944 seconds and 4 git commands to generate.