jjb: lava: fix: update path to scripts
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 22 Feb 2018 14:37:11 +0000 (09:37 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 22 Feb 2018 14:37:11 +0000 (09:37 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/system-tests/run-baremetal-benchmarks.sh
scripts/system-tests/run-baremetal-tests.sh
scripts/system-tests/run-kvm-fuzzing-tests.sh
scripts/system-tests/run-kvm-tests.sh
scripts/system-tests/summarize-results.sh

index 227d3f543190279cff57f95aa102f73beb479339..5978e0b8ce64862dd76aa7b5b14a28f5514242c6 100644 (file)
@@ -16,7 +16,7 @@
 
 echo 'At this point, we built the modules and kernel if we needed to.'
 echo 'We can now launch the lava job using those artefacts'
-python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -t baremetal-benchmarks \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
index 62dcd51c1ea70bdc4648350ac3eda213de0643bf..62636c64bf52020c1ee582ae7cffbde96a82565e 100644 (file)
@@ -16,7 +16,7 @@
 
 echo 'At this point, we built the modules and kernel if we needed to.'
 echo 'We can now launch the lava job using those artefacts'
-python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -t baremetal-tests \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
index b8dc899d75b540bf3f9745916746c54bdc545753..9a405fdcc9481f32888982e9b9a199e5b3fd46e5 100644 (file)
@@ -16,7 +16,7 @@
 
 echo 'At this point, we built the modules and kernel if we needed to.'
 echo 'We can now launch the lava job using those artefacts'
-python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -t kvm-fuzzing-tests \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
index c1100fcd5445785d4fcf1807f1c536c2cc081b0b..b0f87513414ab3d146351fd6744dda0486662f70 100644 (file)
@@ -16,7 +16,7 @@
 
 echo 'At this point, we built the modules and kernel if we needed to.'
 echo 'We can now launch the lava job using those artefacts'
-python3 -u "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/lava-submit.py \
+python3 -u "$LTTNG_CI_PATH"/scripts/system-tests/lava-submit.py \
                           -t kvm-tests \
                           -j "$JOB_NAME" \
                           -k "$STORAGE_KERNEL_IMAGE" \
index fdd26d4e9d30bd2d25a05b4eed388fd7c3e3b965..ad6d07595514b38663a10c4d78904961154c065c 100644 (file)
@@ -35,4 +35,4 @@ set -ux
 pip install pandas
 pip install matplotlib
 
-python3 "$LTTNG_CI_PATH"/scripts/lttng-baremetal-tests/generate-plots.py ./plot-data/
+python3 "$LTTNG_CI_PATH"/scripts/system-tests/generate-plots.py ./plot-data/
This page took 0.024458 seconds and 4 git commands to generate.