diff mbox series

[6/7] gitlab-ci: Increase the timeout for the cross-compiler builds

Message ID 20200921174320.46062-7-thuth@redhat.com
State New
Headers show
Series Do not support Debian 9 and Python 3.5 anymore | expand

Commit Message

Thomas Huth Sept. 21, 2020, 5:43 p.m. UTC
Some of the cross-compiler builds (the mips build and the win64 build
for example) are quite slow and sometimes hit the 1h time limit.
Increase the limit a little bit to make sure that we do not get failures
in the CI runs just because of some few minutes.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .gitlab-ci.d/crossbuilds.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Daniel P. Berrangé Sept. 21, 2020, 6:09 p.m. UTC | #1
On Mon, Sep 21, 2020 at 07:43:19PM +0200, Thomas Huth wrote:
> Some of the cross-compiler builds (the mips build and the win64 build

> for example) are quite slow and sometimes hit the 1h time limit.

> Increase the limit a little bit to make sure that we do not get failures

> in the CI runs just because of some few minutes.


Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>



> 

> Signed-off-by: Thomas Huth <thuth@redhat.com>

> ---

>  .gitlab-ci.d/crossbuilds.yml | 1 +

>  1 file changed, 1 insertion(+)

> 

> diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml

> index 510cfec03b..03ebfabb3f 100644

> --- a/.gitlab-ci.d/crossbuilds.yml

> +++ b/.gitlab-ci.d/crossbuilds.yml

> @@ -2,6 +2,7 @@

>  .cross_system_build_job_template: &cross_system_build_job_definition

>    stage: build

>    image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest

> +  timeout: 80m

>    script:

>      - mkdir build

>      - cd build

> -- 

> 2.18.2

> 


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|
Philippe Mathieu-Daudé Sept. 22, 2020, 10:40 a.m. UTC | #2
On 9/21/20 7:43 PM, Thomas Huth wrote:
> Some of the cross-compiler builds (the mips build and the win64 build
> for example) are quite slow and sometimes hit the 1h time limit.
> Increase the limit a little bit to make sure that we do not get failures
> in the CI runs just because of some few minutes.

Good idea.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  .gitlab-ci.d/crossbuilds.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
> index 510cfec03b..03ebfabb3f 100644
> --- a/.gitlab-ci.d/crossbuilds.yml
> +++ b/.gitlab-ci.d/crossbuilds.yml
> @@ -2,6 +2,7 @@
>  .cross_system_build_job_template: &cross_system_build_job_definition
>    stage: build
>    image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
> +  timeout: 80m
>    script:
>      - mkdir build
>      - cd build
>
diff mbox series

Patch

diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml
index 510cfec03b..03ebfabb3f 100644
--- a/.gitlab-ci.d/crossbuilds.yml
+++ b/.gitlab-ci.d/crossbuilds.yml
@@ -2,6 +2,7 @@ 
 .cross_system_build_job_template: &cross_system_build_job_definition
   stage: build
   image: $CI_REGISTRY_IMAGE/qemu/$IMAGE:latest
+  timeout: 80m
   script:
     - mkdir build
     - cd build