]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
teuthology: some suites still use http://ceph.newdream.net
authorArmando Segnini <armaseg@gmail.com>
Fri, 23 Jan 2015 10:13:11 +0000 (11:13 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 5 Oct 2015 09:16:50 +0000 (11:16 +0200)
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>
(cherry picked from commit 9ace238e874b45afbdcef97fe656d9a707e6105a)

suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml
suites/rados/thrash/workloads/admin_socket_objecter_requests.yaml
tasks/restart.py
tasks/workunit.py

index 66791551fb0ebf747bc197c1643ef96e8a979a4d..d5cc2be0f4c59c56f3665d6a50c0b5242ac23847 100644 (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}"
index 66791551fb0ebf747bc197c1643ef96e8a979a4d..d5cc2be0f4c59c56f3665d6a50c0b5242ac23847 100644 (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}"
index bd5f9519cf8a866f9e8e1ed4d6f09bb48f8a7574..690241568405bce3736b56567a595a179058d32c 100644 (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',
index c43fae217cfb7045b076a10750481e7140cbfb2b..943d36bab13ccdbac06159054b37cfabc35fc4d0 100644 (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',