From 991845ecec0013a18729c59cfba6c5a77cc00826 Mon Sep 17 00:00:00 2001 From: Armando Segnini Date: Fri, 23 Jan 2015 11:13:11 +0100 Subject: [PATCH] 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 (cherry picked from commit 9ace238e874b45afbdcef97fe656d9a707e6105a) --- suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml | 2 +- .../rados/thrash/workloads/admin_socket_objecter_requests.yaml | 2 +- tasks/restart.py | 2 +- tasks/workunit.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml b/suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml index 66791551fb0eb..d5cc2be0f4c59 100644 --- a/suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml +++ b/suites/powercycle/osd/tasks/admin_socket_objecter_requests.yaml @@ -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}" diff --git a/suites/rados/thrash/workloads/admin_socket_objecter_requests.yaml b/suites/rados/thrash/workloads/admin_socket_objecter_requests.yaml index 66791551fb0eb..d5cc2be0f4c59 100644 --- a/suites/rados/thrash/workloads/admin_socket_objecter_requests.yaml +++ b/suites/rados/thrash/workloads/admin_socket_objecter_requests.yaml @@ -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}" diff --git a/tasks/restart.py b/tasks/restart.py index bd5f9519cf8a8..690241568405b 100644 --- a/tasks/restart.py +++ b/tasks/restart.py @@ -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', diff --git a/tasks/workunit.py b/tasks/workunit.py index c43fae217cfb7..943d36bab13cc 100644 --- a/tasks/workunit.py +++ b/tasks/workunit.py @@ -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', -- 2.39.5