Lava: install step is deprecated in lava 2
[lttng-ci.git] / lava / system-tests / lttng-test-filter.yml
index e2cd965bb6af227174145b239beddf9678a18442..5a258157b7649d1532192b729944cfb926f1c3f6 100644 (file)
@@ -4,22 +4,13 @@ metadata:
         description: "Perform syscall tracing benchmark of the lttng-test-filter"
 params:
     JENKINS_BUILD_ID: "invalid_jenkins_build_id"
-
-install:
-        deps:
-                - python3-pandas
-                - python3-numpy
-                - curl
-        git-repos:
-                - url: https://github.com/lttng/lttng-ci
-                  destination: ci
-                  branch: master
+run:
         steps:
+                - apt install -y python3-pandas python3-numpy curl
+                - git clone https://github.com/lttng/lttng-ci ci
                 - export TMPDIR="/tmp"
                 - mkdir -p coredump
                 - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern
-run:
-        steps:
                 - ulimit -c unlimited
                 - source /root/lttngvenv/activate
                 - export BENCHMARK_DIR=$(mktemp --directory)/bm
This page took 0.024849 seconds and 4 git commands to generate.