Lava: Move dependencies to test case definitions
[lttng-ci.git] / lava / baremetal-tests / failing-close.yml
index ff872ccb9e8771e324df77935f188abbc75e4638..17df303621cff425f0411cb83f40e1cda616e615 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
@@ -20,7 +23,7 @@ install:
                 - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
 run:
         steps:
-                - source /tmp/virtenv/activate
+                - source /root/lttngvenv/activate
                 - cd benchmarks
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh failing-close"
This page took 0.0241130000000001 seconds and 4 git commands to generate.