X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lava%2Fsystem-tests%2Ffailing-close.yml;h=8690d192004a8e2cac0a9e62eddf27534c7f1670;hb=09de7b538a903fe1a63e4e65c3c6cfef1a6f4d68;hp=1804c3575874bc7794bbbee8f902d5c13df7ac0a;hpb=3ee362e6bbebac062a0360a8b2c09b7a5b214859;p=lttng-ci.git diff --git a/lava/system-tests/failing-close.yml b/lava/system-tests/failing-close.yml index 1804c35..8690d19 100644 --- a/lava/system-tests/failing-close.yml +++ b/lava/system-tests/failing-close.yml @@ -4,22 +4,13 @@ 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" - 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