Lava: install step is deprecated in lava 2
[lttng-ci.git] / lava / system-tests / perf-tests.yml
index 7e29d90ca476c52b4e7426009ccaa86037692519..6306be3ce4650d9f3baf9cb2104410addca0bd4c 100644 (file)
@@ -4,20 +4,13 @@ metadata:
         description: "Run perf regression test suite"
 params:
     JENKINS_BUILD_ID: "invalid_jenkins_build_id"
-install:
-        deps:
-                - libpfm4-dev
-                - curl
-        git-repos:
-                - url: https://github.com/lttng/lttng-ci
-                  destination: ci
-                  branch: master
+run:
         steps:
+                - apt install -y libpfm4-dev 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
                 - pushd /root/lttngvenv/src/lttng-tools
This page took 0.031352 seconds and 4 git commands to generate.