From: Nathan Cutler Date: Sat, 7 Jan 2017 12:48:51 +0000 (+0100) Subject: tests: subst repo and branch in qemu test urls X-Git-Tag: v11.2.0~15^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F12823%2Fhead;p=ceph.git tests: subst repo and branch in qemu test urls References: http://tracker.ceph.com/issues/18440 Signed-off-by: Nathan Cutler (cherry picked from commit 2484a5546160560a4050d35400a6edce37ae48ad) --- diff --git a/qa/suites/rbd/maintenance/qemu/xfstests.yaml b/qa/suites/rbd/maintenance/qemu/xfstests.yaml index 91ae52860c9..bd0f3e44de0 100644 --- a/qa/suites/rbd/maintenance/qemu/xfstests.yaml +++ b/qa/suites/rbd/maintenance/qemu/xfstests.yaml @@ -9,5 +9,5 @@ io_workload: clone: true type: block num_rbd: 2 - test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/run_xfstests_qemu.sh + test: http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=qa/run_xfstests_qemu.sh exclude_arch: armv7l diff --git a/qa/suites/rbd/qemu/workloads/#qemu_xfstests.yaml# b/qa/suites/rbd/qemu/workloads/#qemu_xfstests.yaml# index a0857f9682d..75fc8236ad8 100644 --- a/qa/suites/rbd/qemu/workloads/#qemu_xfstests.yaml# +++ b/qa/suites/rbd/qemu/workloads/#qemu_xfstests.yaml# @@ -3,5 +3,5 @@ tasks: all: type: block num_rbd: 2 - grtest: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/run_xfstests_qemu.sh + grtest: http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=qa/run_xfstests_qemu.sh exclude_arch: armv7l diff --git a/qa/suites/rbd/qemu/workloads/qemu_bonnie.yaml b/qa/suites/rbd/qemu/workloads/qemu_bonnie.yaml index 3e523d61b77..e06a5870e8e 100644 --- a/qa/suites/rbd/qemu/workloads/qemu_bonnie.yaml +++ b/qa/suites/rbd/qemu/workloads/qemu_bonnie.yaml @@ -2,5 +2,5 @@ tasks: - qemu: all: clone: true - test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/bonnie.sh + test: http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=qa/workunits/suites/bonnie.sh exclude_arch: armv7l diff --git a/qa/suites/rbd/qemu/workloads/qemu_fsstress.yaml b/qa/suites/rbd/qemu/workloads/qemu_fsstress.yaml index 040dc5567b7..a78801df25b 100644 --- a/qa/suites/rbd/qemu/workloads/qemu_fsstress.yaml +++ b/qa/suites/rbd/qemu/workloads/qemu_fsstress.yaml @@ -2,5 +2,5 @@ tasks: - qemu: all: clone: true - test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/fsstress.sh + test: http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=qa/workunits/suites/fsstress.sh exclude_arch: armv7l diff --git a/qa/suites/rbd/qemu/workloads/qemu_iozone.yaml.disabled b/qa/suites/rbd/qemu/workloads/qemu_iozone.yaml.disabled index 3dae6e78a2f..c436ba1f6dc 100644 --- a/qa/suites/rbd/qemu/workloads/qemu_iozone.yaml.disabled +++ b/qa/suites/rbd/qemu/workloads/qemu_iozone.yaml.disabled @@ -1,6 +1,6 @@ tasks: - qemu: all: - test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/iozone.sh + test: http://git.ceph.com/?p={repo};a=blob_plain;h={branch};f=qa/workunits/suites/iozone.sh image_size: 20480 exclude_arch: armv7l diff --git a/qa/suites/rbd/qemu/workloads/qemu_xfstests.yaml b/qa/suites/rbd/qemu/workloads/qemu_xfstests.yaml index b6112d1bb27..670fd5f159a 100644 --- a/qa/suites/rbd/qemu/workloads/qemu_xfstests.yaml +++ b/qa/suites/rbd/qemu/workloads/qemu_xfstests.yaml @@ -4,5 +4,5 @@ tasks: clone: true type: block num_rbd: 2 - test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/run_xfstests_qemu.sh + test: http://git.ceph.com/?p={repo};a=blob_plain;hb={branch};f=qa/run_xfstests_qemu.sh exclude_arch: armv7l