]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
nfs-ganesha: change shaman polling time to 20 mins 671/head
authorAli Maredia <amaredia@redhat.com>
Thu, 30 Mar 2017 17:06:07 +0000 (13:06 -0400)
committerAli Maredia <amaredia@redhat.com>
Thu, 30 Mar 2017 17:18:25 +0000 (13:18 -0400)
Certain Trusty builds were failing because the
repos weren't available until 11-15 mins after
the job was run

Signed-off-by: Ali Maredia <amaredia@redhat.com>
nfs-ganesha/build/build_deb
nfs-ganesha/build/build_rpm

index a707ba23d7c83e7033784cee42384765fd4d266d..e7c2a346b4ec8b460c0986f50760fcd843220d18 100644 (file)
@@ -7,7 +7,7 @@ if test "$DISTRO" != "debian" -a "$DISTRO" != "ubuntu"; then
 fi
 
 REPO_URL="https://shaman.ceph.com/api/repos/ceph/$CEPH_BRANCH/$CEPH_SHA1/$DISTRO/$DIST/repo"
-TIME_LIMIT=600
+TIME_LIMIT=1200
 INTERVAL=30
 REPO_FOUND=0
 
index d9a9b3a3b776d0e78a2fffc4da3260a798db1eb7..8d381fbd15bc1486649674ba0701749779685457 100644 (file)
@@ -11,7 +11,7 @@ RELEASE="$(lsb_release --short -r | cut -d '.' -f 1)" # sytem release
 
 # Get .repo file from appropriate shaman build
 REPO_URL="https://shaman.ceph.com/api/repos/ceph/$CEPH_BRANCH/$CEPH_SHA1/$DISTRO/$RELEASE/flavors/default/repo"
-TIME_LIMIT=600
+TIME_LIMIT=1200
 INTERVAL=30
 REPO_FOUND=0