- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh failing-close sys_close"
- lava-test-case-attach run-benchmarks "./results.csv"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_close.csv
- cd -
- tar czf coredump.tar.gz coredump
- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh failing-ioctl sys_ioctl"
- lava-test-case-attach run-benchmarks "./results.csv"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_ioctl.csv
- cd -
- tar czf coredump.tar.gz coredump
- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh failing-open-efault sys_open"
- lava-test-case-attach run-benchmarks "./results.csv"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_open_efault.csv
- cd -
- tar czf coredump.tar.gz coredump
- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh failing-open-enoent sys_open"
- lava-test-case-attach run-benchmarks "./results.csv"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_open_enoent.csv
- cd -
- tar czf coredump.tar.gz coredump
- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- modprobe lttng-test
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh lttng-test-filter lttng_test_filter_event"
- lava-test-case-attach run-benchmarks "./results.csv"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_lttng_test_filter.csv
- cd -
- tar czf coredump.tar.gz coredump
- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- 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"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_raw_syscall_getpid.csv
- cd -
- tar czf coredump.tar.gz coredump
- python3-numpy
git-repos:
- url: https://github.com/frdeso/syscall-bench-it.git
- destination: benchmarks
+ destination: /tmp/benchmarks
branch: master
- url: https://github.com/lttng/lttng-ci
destination: ci
run:
steps:
- source /root/lttngvenv/activate
- - cd benchmarks
+ - cd /tmp/benchmarks
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh success-dup-close sys_close,sys_dup"
- lava-test-case-attach run-benchmarks "./results.csv"
- cd -
- cd ci
- - python3 ./scripts/lttng-baremetal-tests/parse-results.py ../benchmarks/results.csv
+ - python3 ./scripts/lttng-baremetal-tests/parse-results.py /tmp/benchmarks/results.csv
- mv ./processed_results.csv ../processed_results_dup_close.csv
- cd -
- tar czf coredump.tar.gz coredump