]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: http://ceph.com/qa -> http://download.ceph.com/qa
authorSage Weil <sage@redhat.com>
Thu, 24 Sep 2015 22:10:46 +0000 (18:10 -0400)
committerJohn Spray <john.spray@redhat.com>
Thu, 15 Oct 2015 19:19:57 +0000 (20:19 +0100)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit d4d65fbd6ad15320339751c604613ac63511e645)

12 files changed:
qa/workunits/hadoop/wordcount.sh
qa/workunits/kernel_untar_build.sh
qa/workunits/rbd/run_cli_tests.sh
qa/workunits/snaps/snap-rm-diff.sh
qa/workunits/snaps/snaptest-snap-rm-cmp.sh
qa/workunits/snaps/untar_snap_rm.sh
qa/workunits/suites/blogbench.sh
qa/workunits/suites/ffsb.sh
qa/workunits/suites/fsstress.sh
qa/workunits/suites/fsync-tester.sh
qa/workunits/suites/iogen.sh
qa/workunits/suites/pjd.sh

index 99e1e8ff89748d70b3828a0fd6b702e74245c084..1ff057a7f4a885969a35dd00555953ed8dd6a4d5 100755 (executable)
@@ -19,7 +19,7 @@ echo "starting hadoop-wordcount test"
 $HADOOP_PREFIX/bin/hadoop fs -rm -r $WC_INPUT $WC_OUTPUT || true
 
 # Fetch and import testing data set
-curl http://ceph.com/qa/hadoop_input_files.tar | tar xf - -C $DATA_INPUT
+curl http://download.ceph.com/qa/hadoop_input_files.tar | tar xf - -C $DATA_INPUT
 $HADOOP_PREFIX/bin/hadoop fs -copyFromLocal $DATA_INPUT $WC_INPUT
 rm -rf $DATA_INPUT
 
index cdab906432e9566ae85eaa48acca211bc4f04a91..93fee1f5b3e1b0dd1491e85643baec4be13e2840 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-wget -q http://ceph.com/qa/linux-4.0.5.tar.xz
+wget -q http://download.ceph.com/qa/linux-4.0.5.tar.xz
 
 mkdir t
 cd t
index d628109c3ae27294c71d9cf08f2ed4710ba50f7f..07ac47551dec5be99c57e8fd63c4fadd419e03dc 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash 
 
-wget -q http://ceph.com/qa/rbd_cli_tests.pls
-wget -q http://ceph.com/qa/RbdLib.pm
+wget -q http://download.ceph.com/qa/rbd_cli_tests.pls
+wget -q http://download.ceph.com/qa/RbdLib.pm
 perl rbd_cli_tests.pls --pool test
 exit 0
 
index 0271767b80a5a44c36bc1ea655544f0e4bfb0a85..c1b6c24b70392c38816845846da98ab4edd26764 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh -ex
 
 ceph mds set allow_new_snaps true --yes-i-really-mean-it
-wget -q http://ceph.com/qa/linux-2.6.33.tar.bz2
+wget -q http://download.ceph.com/qa/linux-2.6.33.tar.bz2
 mkdir foo
 cp linux* foo
 mkdir foo/.snap/barsnap
index 2b5e4a2dcf10bcf886ac6f4dbeae5063a142d7b5..8b1ca5bffff8802fe6ad793993fffaa45116f823 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 ceph mds set allow_new_snaps true --yes-i-really-mean-it
 
 file=linux-2.6.33.tar.bz2
-wget -q http://ceph.com/qa/$file
+wget -q http://download.ceph.com/qa/$file
 
 real=`md5sum $file | awk '{print $1}'`
 
@@ -23,4 +23,4 @@ do
     fi
     rmdir .snap/s
 done
-rm $file
\ No newline at end of file
+rm $file
index d684bf421d45e5d6c63127d418c30c71616cb514..b337aea7e99f0a6a604a7b2c4ba6c15ea5bdbd03 100755 (executable)
@@ -5,7 +5,7 @@ set -e
 ceph mds set allow_new_snaps true --yes-i-really-mean-it
 
 do_tarball() {
-    wget http://ceph.com/qa/$1
+    wget http://download.ceph.com/qa/$1
     tar xvf$2 $1
     mkdir .snap/k
     sync
index 0393755d2a8d90886319160c99922e3fac089407..17c91c8c375c331c29010fc6faa93e7cb9be00a1 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 echo "getting blogbench"
-wget http://ceph.com/qa/blogbench-1.0.tar.bz2
+wget http://download.ceph.com/qa/blogbench-1.0.tar.bz2
 #cp /home/gregf/src/blogbench-1.0.tar.bz2 .
 tar -xvf blogbench-1.0.tar.bz2
 cd blogbench*
@@ -12,4 +12,4 @@ make
 cd src
 mkdir blogtest_in
 echo "running blogbench"
-./blogbench -d blogtest_in
\ No newline at end of file
+./blogbench -d blogtest_in
index 6834e4c26e8a046e72ae43b7620d71aaef74a180..9ed66ab00633d8d8c068d77178a58ff295f69853 100755 (executable)
@@ -4,7 +4,7 @@ set -e
 
 mydir=`dirname $0`
 
-wget http://ceph.com/qa/ffsb.tar.bz2
+wget http://download.ceph.com/qa/ffsb.tar.bz2
 tar jxvf ffsb.tar.bz2
 cd ffsb-*
 ./configure
index 394e5fad991ea5cfc0c2f05054bd32cf8957a7b5..7732494e09ec3096a87fb1ba6139da90e2fb0c62 100755 (executable)
@@ -5,7 +5,7 @@ then
     path=`pwd`
     mkdir -p /tmp/fsstress
     cd /tmp/fsstress
-    wget -q -O /tmp/fsstress/ltp-full.tgz http://ceph.com/qa/ltp-full-20091231.tgz
+    wget -q -O /tmp/fsstress/ltp-full.tgz http://download.ceph.com/qa/ltp-full-20091231.tgz
     tar xzf /tmp/fsstress/ltp-full.tgz
     rm /tmp/fsstress/ltp-full.tgz
     cd /tmp/fsstress/ltp-full-20091231/testcases/kernel/fs/fsstress
index 4c578d21e0ad3534369cb8a0833b5fa7b38e499b..345fbde8252752bf8538c3737c726f49a45d3638 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -e
 
-wget http://ceph.com/qa/fsync-tester.c
+wget http://download.ceph.com/qa/fsync-tester.c
 gcc fsync-tester.c -o fsync-tester
 
 ./fsync-tester
index a8056cd678527e1ea5940893aae046027945b57e..d159bde9719722613eb9c41d1766698c1fd64916 100755 (executable)
@@ -2,7 +2,7 @@
 set -e
 
 echo "getting iogen"
-wget http://ceph.com/qa/iogen_3.1p0.tar
+wget http://download.ceph.com/qa/iogen_3.1p0.tar
 tar -xvzf iogen_3.1p0.tar
 cd iogen*
 echo "making iogen"
index 0f69de6b396e40f56751a4d00b8d063efea46952..652347ec5ddf36d7ed6208dad33ced67bc32472c 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 
 #wget http://ceph.com/qa/pjd-fstest-20090130-RC-open24.tgz
-wget http://ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz
+wget http://download.ceph.com/qa/pjd-fstest-20090130-RC-aclfixes.tgz
 tar zxvf pjd*.tgz
 cd pjd*
 make