xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Jackson <ian.jackson@eu.citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout
Date: Mon, 15 Aug 2016 11:46:54 +0100	[thread overview]
Message-ID: <1471258014-14065-1-git-send-email-ian.jackson@eu.citrix.com> (raw)

From 3600s to 7200s.  It failed in flight 100483 in the Mass colo,
with a timeout, having uploaded 95% (151Mby) in 3600s.

Ideally we would like to release the build host, but there is no
infrastructure for doing that right now.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 ts-coverity-upload | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-coverity-upload b/ts-coverity-upload
index 6d43cf8..219c8be 100755
--- a/ts-coverity-upload
+++ b/ts-coverity-upload
@@ -43,7 +43,7 @@ sub upload() {
 
     my @args = map { ("--form", $_) } @form_args;
 
-    push @args, qw(--max-time 3600);
+    push @args, qw(--max-time 7200);
     push @args, qw(--fail); # turn 404 etc into a failure.
     push @args, $r{coverity_submit_url};
 
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

             reply	other threads:[~2016-08-15 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-15 10:46 Ian Jackson [this message]
2016-08-15 11:41 ` [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout Andrew Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471258014-14065-1-git-send-email-ian.jackson@eu.citrix.com \
    --to=ian.jackson@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).