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: v12.0.0~261^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2484a5546160560a4050d35400a6edce37ae48ad;p=ceph.git tests: subst repo and branch in qemu test urls References: http://tracker.ceph.com/issues/18440 Signed-off-by: Nathan Cutler --- diff --git a/qa/suites/rbd/maintenance/qemu/xfstests.yaml b/qa/suites/rbd/maintenance/qemu/xfstests.yaml index 91ae52860c9a..bd0f3e44de0a 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 a0857f9682d2..75fc8236ad89 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 3e523d61b776..e06a5870e8e8 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 040dc5567b77..a78801df25bc 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 3dae6e78a2fe..c436ba1f6dc8 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 b6112d1bb271..670fd5f159a4 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