xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout
@ 2016-08-15 10:46 Ian Jackson
  2016-08-15 11:41 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Jackson @ 2016-08-15 10:46 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Ian Jackson

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout
  2016-08-15 10:46 [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout Ian Jackson
@ 2016-08-15 11:41 ` Andrew Cooper
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cooper @ 2016-08-15 11:41 UTC (permalink / raw)
  To: Ian Jackson, xen-devel

On 15/08/16 11:46, Ian Jackson wrote:
> 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>

LGTM

Reviewed-by: Andrew Cooper <andrew.cooper3@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};
>  


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-08-15 11:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 10:46 [OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout Ian Jackson
2016-08-15 11:41 ` Andrew Cooper

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).