jjb: lava: clone benchmark repo to /tmp that is mounted on a local drive
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 28 Aug 2017 20:18:20 +0000 (16:18 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Mon, 28 Aug 2017 20:18:20 +0000 (16:18 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
lava/baremetal-tests/failing-close.yml
lava/baremetal-tests/failing-ioctl.yml
lava/baremetal-tests/failing-open-efault.yml
lava/baremetal-tests/failing-open-enoent.yml
lava/baremetal-tests/lttng-test-filter.yml
lava/baremetal-tests/raw-syscall-getpid.yml
lava/baremetal-tests/success-dup-close.yml

index b9f22ce5727ee880ecd295bdd30feced1cf86b23..9094128e844c9dc268d3e07e399f46fe35d98cf2 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,13 +24,13 @@ install:
 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
index 76c802759a6d64405a74c847a6b44ea594e304d2..0002cbe68475a3172784637bb7072fa713fd4151 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,13 +24,13 @@ install:
 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
index 77d531a60eadbc9ac64e6b3c4c705385137c668c..8dc3c513b77bf5ad857635f10ac4f0a4ace2c5be 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,13 +24,13 @@ install:
 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
index 5ad6dbe1dce39568241b92a59b7235df256bc9b9..adcf861133250e20d1c7d9f8184d3bb7ec8135bf 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,13 +24,13 @@ install:
 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
index 8775279d76eddbb83bf920d561b611d2057da15a..5327fffda6756faa1f64031ad66d984f6506d3e1 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,14 +24,14 @@ install:
 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
index bb2f2fe708eb4d06d8f0238a130cbc2fc5006990..6d6e96dce2cee6819c86f203ca745dd431ab74fb 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,13 +24,13 @@ install:
 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
index 7e8cc9bb77d2c8b578c5fd6d2a7439b8694abe54..fe83da0e7aaa83b39f72b7175c9a43c934047954 100644 (file)
@@ -11,7 +11,7 @@ install:
                 - 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
@@ -24,13 +24,13 @@ install:
 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
This page took 0.027919 seconds and 4 git commands to generate.