From c0f2e8ecdd243fd38c1e06cf0d8cbeb0c0038172 Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Thu, 30 Mar 2017 13:06:07 -0400 Subject: [PATCH] nfs-ganesha: change shaman polling time to 20 mins 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 --- nfs-ganesha/build/build_deb | 2 +- nfs-ganesha/build/build_rpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nfs-ganesha/build/build_deb b/nfs-ganesha/build/build_deb index a707ba23..e7c2a346 100644 --- a/nfs-ganesha/build/build_deb +++ b/nfs-ganesha/build/build_deb @@ -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 diff --git a/nfs-ganesha/build/build_rpm b/nfs-ganesha/build/build_rpm index d9a9b3a3..8d381fbd 100644 --- a/nfs-ganesha/build/build_rpm +++ b/nfs-ganesha/build/build_rpm @@ -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 -- 2.39.5