[PATCH v1] drm/ci: increase timeout for all jobs

Vignesh Raman posted 1 patch 1 month ago
drivers/gpu/drm/ci/test.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[PATCH v1] drm/ci: increase timeout for all jobs
Posted by Vignesh Raman 1 month ago
Set the timeout of all drm-ci jobs to 1h30m since
some jobs takes more than 1 hour to complete.

Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
---
 drivers/gpu/drm/ci/test.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index b6f428cdaf94..09d8447840e9 100644
--- a/drivers/gpu/drm/ci/test.yml
+++ b/drivers/gpu/drm/ci/test.yml
@@ -10,6 +10,7 @@
 .lava-test:
   extends:
     - .test-rules
+  timeout: "1h30m"
   script:
     # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
     - rm -rf install
@@ -71,6 +72,7 @@
     - .baremetal-test-arm64
     - .use-debian/baremetal_arm64_test
     - .test-rules
+  timeout: "1h30m"
   variables:
     FDO_CI_CONCURRENT: 10
     HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
@@ -215,7 +217,6 @@ panfrost:rk3399:
   extends:
     - .lava-igt:x86_64
   stage: i915
-  timeout: "1h30m"
   variables:
     DRIVER_NAME: i915
     DTB: ""
@@ -414,6 +415,7 @@ panfrost:g12b:
 
 virtio_gpu:none:
   stage: software-driver
+  timeout: "1h30m"
   variables:
     CROSVM_GALLIUM_DRIVER: llvmpipe
     DRIVER_NAME: virtio_gpu
@@ -436,6 +438,7 @@ virtio_gpu:none:
 
 vkms:none:
   stage: software-driver
+  timeout: "1h30m"
   variables:
     DRIVER_NAME: vkms
     GPU_VERSION: none
-- 
2.43.0
Re: [PATCH v1] drm/ci: increase timeout for all jobs
Posted by Rob Clark 3 weeks, 1 day ago
On Tue, Aug 20, 2024 at 12:09 AM Vignesh Raman
<vignesh.raman@collabora.com> wrote:
>
> Set the timeout of all drm-ci jobs to 1h30m since
> some jobs takes more than 1 hour to complete.
>
> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>

Acked-by: Rob Clark <robdclark@gmail.com>

> ---
>  drivers/gpu/drm/ci/test.yml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
> index b6f428cdaf94..09d8447840e9 100644
> --- a/drivers/gpu/drm/ci/test.yml
> +++ b/drivers/gpu/drm/ci/test.yml
> @@ -10,6 +10,7 @@
>  .lava-test:
>    extends:
>      - .test-rules
> +  timeout: "1h30m"
>    script:
>      # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY
>      - rm -rf install
> @@ -71,6 +72,7 @@
>      - .baremetal-test-arm64
>      - .use-debian/baremetal_arm64_test
>      - .test-rules
> +  timeout: "1h30m"
>    variables:
>      FDO_CI_CONCURRENT: 10
>      HWCI_TEST_SCRIPT: "/install/igt_runner.sh"
> @@ -215,7 +217,6 @@ panfrost:rk3399:
>    extends:
>      - .lava-igt:x86_64
>    stage: i915
> -  timeout: "1h30m"
>    variables:
>      DRIVER_NAME: i915
>      DTB: ""
> @@ -414,6 +415,7 @@ panfrost:g12b:
>
>  virtio_gpu:none:
>    stage: software-driver
> +  timeout: "1h30m"
>    variables:
>      CROSVM_GALLIUM_DRIVER: llvmpipe
>      DRIVER_NAME: virtio_gpu
> @@ -436,6 +438,7 @@ virtio_gpu:none:
>
>  vkms:none:
>    stage: software-driver
> +  timeout: "1h30m"
>    variables:
>      DRIVER_NAME: vkms
>      GPU_VERSION: none
> --
> 2.43.0
>
Re: [PATCH v1] drm/ci: increase timeout for all jobs
Posted by Helen Mae Koike Fornazier 3 weeks ago



---- On Tue, 27 Aug 2024 19:04:42 -0300 Rob Clark  wrote ---

 > On Tue, Aug 20, 2024 at 12:09 AM Vignesh Raman 
 > vignesh.raman@collabora.com> wrote: 
 > > 
 > > Set the timeout of all drm-ci jobs to 1h30m since 
 > > some jobs takes more than 1 hour to complete. 
 > > 
 > > Signed-off-by: Vignesh Raman vignesh.raman@collabora.com> 
 >  
 > Acked-by: Rob Clark robdclark@gmail.com> 

Applied to drm-misc-next.

Thanks
Helen

 >  
 > > --- 
 > >  drivers/gpu/drm/ci/test.yml | 5 ++++- 
 > >  1 file changed, 4 insertions(+), 1 deletion(-) 
 > > 
 > > diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml 
 > > index b6f428cdaf94..09d8447840e9 100644 
 > > --- a/drivers/gpu/drm/ci/test.yml 
 > > +++ b/drivers/gpu/drm/ci/test.yml 
 > > @@ -10,6 +10,7 @@ 
 > >  .lava-test: 
 > >    extends: 
 > >      - .test-rules 
 > > +  timeout: "1h30m" 
 > >    script: 
 > >      # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY 
 > >      - rm -rf install 
 > > @@ -71,6 +72,7 @@ 
 > >      - .baremetal-test-arm64 
 > >      - .use-debian/baremetal_arm64_test 
 > >      - .test-rules 
 > > +  timeout: "1h30m" 
 > >    variables: 
 > >      FDO_CI_CONCURRENT: 10 
 > >      HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 
 > > @@ -215,7 +217,6 @@ panfrost:rk3399: 
 > >    extends: 
 > >      - .lava-igt:x86_64 
 > >    stage: i915 
 > > -  timeout: "1h30m" 
 > >    variables: 
 > >      DRIVER_NAME: i915 
 > >      DTB: "" 
 > > @@ -414,6 +415,7 @@ panfrost:g12b: 
 > > 
 > >  virtio_gpu:none: 
 > >    stage: software-driver 
 > > +  timeout: "1h30m" 
 > >    variables: 
 > >      CROSVM_GALLIUM_DRIVER: llvmpipe 
 > >      DRIVER_NAME: virtio_gpu 
 > > @@ -436,6 +438,7 @@ virtio_gpu:none: 
 > > 
 > >  vkms:none: 
 > >    stage: software-driver 
 > > +  timeout: "1h30m" 
 > >    variables: 
 > >      DRIVER_NAME: vkms 
 > >      GPU_VERSION: none 
 > > -- 
 > > 2.43.0 
 > > 
 > 
Re: [PATCH v1] drm/ci: increase timeout for all jobs
Posted by Helen Mae Koike Fornazier 3 weeks, 1 day ago



---- On Tue, 20 Aug 2024 04:08:16 -0300 Vignesh Raman  wrote ---

 > Set the timeout of all drm-ci jobs to 1h30m since 
 > some jobs takes more than 1 hour to complete. 
 >  
 > Signed-off-by: Vignesh Raman vignesh.raman@collabora.com> 

Acked-by: Helen Koike <helen.koike@collabora.com>

Thanks
Helen

 > --- 
 >  drivers/gpu/drm/ci/test.yml | 5 ++++- 
 >  1 file changed, 4 insertions(+), 1 deletion(-) 
 >  
 > diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml 
 > index b6f428cdaf94..09d8447840e9 100644 
 > --- a/drivers/gpu/drm/ci/test.yml 
 > +++ b/drivers/gpu/drm/ci/test.yml 
 > @@ -10,6 +10,7 @@ 
 >  .lava-test: 
 >  extends: 
 >  - .test-rules 
 > +  timeout: "1h30m" 
 >  script: 
 >  # Note: Build dir (and thus install) may be dirty due to GIT_STRATEGY 
 >  - rm -rf install 
 > @@ -71,6 +72,7 @@ 
 >  - .baremetal-test-arm64 
 >  - .use-debian/baremetal_arm64_test 
 >  - .test-rules 
 > +  timeout: "1h30m" 
 >  variables: 
 >  FDO_CI_CONCURRENT: 10 
 >  HWCI_TEST_SCRIPT: "/install/igt_runner.sh" 
 > @@ -215,7 +217,6 @@ panfrost:rk3399: 
 >  extends: 
 >  - .lava-igt:x86_64 
 >  stage: i915 
 > -  timeout: "1h30m" 
 >  variables: 
 >  DRIVER_NAME: i915 
 >  DTB: "" 
 > @@ -414,6 +415,7 @@ panfrost:g12b: 
 >  
 >  virtio_gpu:none: 
 >  stage: software-driver 
 > +  timeout: "1h30m" 
 >  variables: 
 >  CROSVM_GALLIUM_DRIVER: llvmpipe 
 >  DRIVER_NAME: virtio_gpu 
 > @@ -436,6 +438,7 @@ virtio_gpu:none: 
 >  
 >  vkms:none: 
 >  stage: software-driver 
 > +  timeout: "1h30m" 
 >  variables: 
 >  DRIVER_NAME: vkms 
 >  GPU_VERSION: none 
 > -- 
 > 2.43.0 
 >  
 >