teuthology: some suites still use http://ceph.newdream.net

This probably redirects to http://ceph.com but ceph.newdream.net still appears in some places

http://tracker.ceph.com/issues/9922 Fixes: #9922

Signed-off-by: Armando Segnini  <armando.segnini@telecom-bretagne.eu>
This commit is contained in:
Armando Segnini 2015-01-23 11:13:11 +01:00
parent ddfbe40f19
commit 9ace238e87
4 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,4 @@ tasks:
- admin_socket:
client.0:
objecter_requests:
test: "http://ceph.newdream.net/git/?p=ceph.git;a=blob_plain;f=src/test/admin_socket/objecter_requests;hb={branch}"
test: "http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/admin_socket/objecter_requests;hb={branch}"

View File

@ -10,4 +10,4 @@ tasks:
- admin_socket:
client.0:
objecter_requests:
test: "http://ceph.newdream.net/git/?p=ceph.git;a=blob_plain;f=src/test/admin_socket/objecter_requests;hb={branch}"
test: "http://ceph.com/git/?p=ceph.git;a=blob_plain;f=src/test/admin_socket/objecter_requests;hb={branch}"

View File

@ -49,7 +49,7 @@ def get_tests(ctx, config, role, remote, testdir):
run.Raw('&&'),
'git',
'archive',
'--remote=git://ceph.newdream.net/git/ceph.git',
'--remote=git://ceph.com/git/ceph.git',
'%s:qa/workunits' % refspec,
run.Raw('|'),
'tar',

View File

@ -295,7 +295,7 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None, timeout=None):
run.Raw('&&'),
'git',
'archive',
'--remote=git://ceph.newdream.net/git/ceph.git',
'--remote=git://ceph.com/git/ceph.git',
'%s:qa/workunits' % refspec,
run.Raw('|'),
'tar',