From dafc19cc5ae671df01f975ea4e1958a5125ef982 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 16 Apr 2015 11:40:58 -0700 Subject: [PATCH] git.ceph.com (firefly) Signed-off-by: Sage Weil --- suites/rbd/librbd/workloads/qemu_bonnie.yaml | 2 +- suites/rbd/librbd/workloads/qemu_fsstress.yaml | 2 +- suites/rbd/librbd/workloads/qemu_iozone.yaml.disabled | 2 +- suites/rbd/librbd/workloads/qemu_xfstests.yaml | 2 +- suites/rbd/singleton/all/formatted-output.yaml | 2 +- tasks/chef.py | 2 +- tasks/filestore_idempotent.py | 4 ++-- tasks/radosgw_agent.py | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/suites/rbd/librbd/workloads/qemu_bonnie.yaml b/suites/rbd/librbd/workloads/qemu_bonnie.yaml index 45368ee94d687..7c964265a0b84 100644 --- a/suites/rbd/librbd/workloads/qemu_bonnie.yaml +++ b/suites/rbd/librbd/workloads/qemu_bonnie.yaml @@ -1,5 +1,5 @@ tasks: - qemu: all: - test: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/bonnie.sh + test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/bonnie.sh exclude_arch: armv7l diff --git a/suites/rbd/librbd/workloads/qemu_fsstress.yaml b/suites/rbd/librbd/workloads/qemu_fsstress.yaml index a2c3aa8e9f4f3..bae9e00993579 100644 --- a/suites/rbd/librbd/workloads/qemu_fsstress.yaml +++ b/suites/rbd/librbd/workloads/qemu_fsstress.yaml @@ -1,5 +1,5 @@ tasks: - qemu: all: - test: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/fsstress.sh;h=firefly + test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/fsstress.sh;h=firefly exclude_arch: armv7l diff --git a/suites/rbd/librbd/workloads/qemu_iozone.yaml.disabled b/suites/rbd/librbd/workloads/qemu_iozone.yaml.disabled index dfd41818a2066..3dae6e78a2fe0 100644 --- a/suites/rbd/librbd/workloads/qemu_iozone.yaml.disabled +++ b/suites/rbd/librbd/workloads/qemu_iozone.yaml.disabled @@ -1,6 +1,6 @@ tasks: - qemu: all: - test: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/iozone.sh + test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/workunits/suites/iozone.sh image_size: 20480 exclude_arch: armv7l diff --git a/suites/rbd/librbd/workloads/qemu_xfstests.yaml b/suites/rbd/librbd/workloads/qemu_xfstests.yaml index fa0fe22b59fef..c4b2327cc8e33 100644 --- a/suites/rbd/librbd/workloads/qemu_xfstests.yaml +++ b/suites/rbd/librbd/workloads/qemu_xfstests.yaml @@ -3,5 +3,5 @@ tasks: all: type: block num_rbd: 2 - test: https://ceph.com/git/?p=ceph.git;a=blob_plain;f=qa/run_xfstests_qemu.sh + test: http://git.ceph.com/?p=ceph.git;a=blob_plain;f=qa/run_xfstests_qemu.sh exclude_arch: armv7l diff --git a/suites/rbd/singleton/all/formatted-output.yaml b/suites/rbd/singleton/all/formatted-output.yaml index 40ae4ff60146f..de930bc02bd90 100644 --- a/suites/rbd/singleton/all/formatted-output.yaml +++ b/suites/rbd/singleton/all/formatted-output.yaml @@ -6,5 +6,5 @@ tasks: - cram: clients: client.0: - - https://ceph.com/git/?p=ceph.git;a=blob_plain;hb=firefly;f=src/test/cli-integration/rbd/formatted-output.t + - http://git.ceph.com/?p=ceph.git;a=blob_plain;hb=firefly;f=src/test/cli-integration/rbd/formatted-output.t diff --git a/tasks/chef.py b/tasks/chef.py index 62ca8846212fb..9a9f1bc2c82e0 100644 --- a/tasks/chef.py +++ b/tasks/chef.py @@ -21,7 +21,7 @@ def task(ctx, config): # '-q', '-O-', # 'https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch', - 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD', + 'http://git.ceph.com/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD', run.Raw('|'), 'sh', '-x', diff --git a/tasks/filestore_idempotent.py b/tasks/filestore_idempotent.py index b38fc9a48cf09..ac43fb0ffe2ce 100644 --- a/tasks/filestore_idempotent.py +++ b/tasks/filestore_idempotent.py @@ -48,10 +48,10 @@ def task(ctx, config): 'cd', dir, run.Raw('&&'), 'wget','-q', '-Orun_seed_to.sh', - 'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/objectstore/run_seed_to.sh;hb=HEAD', + 'http://git.ceph.com/?p=ceph.git;a=blob_plain;f=src/test/objectstore/run_seed_to.sh;hb=HEAD', run.Raw('&&'), 'wget','-q', '-Orun_seed_to_range.sh', - 'http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/objectstore/run_seed_to_range.sh;hb=HEAD', + 'http://git.ceph.com/?p=ceph.git;a=blob_plain;f=src/test/objectstore/run_seed_to_range.sh;hb=HEAD', run.Raw('&&'), 'chmod', '+x', 'run_seed_to.sh', 'run_seed_to_range.sh', ]); diff --git a/tasks/radosgw_agent.py b/tasks/radosgw_agent.py index 47d5054c739da..0254805d2af9d 100644 --- a/tasks/radosgw_agent.py +++ b/tasks/radosgw_agent.py @@ -45,7 +45,7 @@ def run_radosgw_agent(ctx, config): 'git', 'clone', '-b', branch, # 'https://github.com/ceph/radosgw-agent.git', - 'git://ceph.com/git/radosgw-agent.git', + 'git://git.ceph.com/radosgw-agent.git', 'radosgw-agent.{client}'.format(client=client), ] ) -- 2.39.5