formatting: black benchmark.py
[lttng-ci.git] / lava / system-tests / failing-close.yml
index 627066978cc755f54079366a510cc0b6170b68d0..8690d192004a8e2cac0a9e62eddf27534c7f1670 100644 (file)
@@ -4,23 +4,14 @@ metadata:
         description: "Perform syscall tracing benchmark of failing close"
 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"
-                - ulimit -c unlimited
                 - 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
                 - git clone https://github.com/frdeso/syscall-bench-it.git $BENCHMARK_DIR
This page took 0.023477 seconds and 4 git commands to generate.