Add invalid commit skip for babeltrace benchmark
[lttng-ci.git] / lava / system-tests / raw-syscall-getpid.yml
index 2342aa0e50ab7faa8fe1799af67ef3889831fd6e..c31ab401368f32aa02b9b2752c3e114e7c60298d 100644 (file)
@@ -4,29 +4,20 @@ metadata:
         description: "Perform syscall tracing benchmark of the raw syscall getpid"
 params:
     JENKINS_BUILD_ID: "invalid_jenkins_build_id"
-
-install:
-        deps:
-                - python3-pandas
-                - python3-numpy
-        git-repos:
-                - url: https://github.com/lttng/lttng-ci
-                  destination: ci
-                  branch: master
+run:
         steps:
+                - apt install -y python3-pandas python3-numpy
+                - 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
                 - pushd $BENCHMARK_DIR
                 - lava-test-case build-benchmarks --shell "make"
                 - lava-test-case run-benchmarks --shell "./run.sh raw-syscall-getpid sys_getpid"
-                - lava-test-case-attach run-benchmarks "./results.csv"
                 - popd
                 - python3 ./ci/scripts/system-tests/parse-results.py $BENCHMARK_DIR/results.csv
                 - mv ./processed_results.csv ./processed_results_raw_syscall_getpid.csv
This page took 0.022479 seconds and 4 git commands to generate.