[PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs

Vignesh Raman posted 7 patches 6 months, 3 weeks ago
There is a newer version of this series
[PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs
Posted by Vignesh Raman 6 months, 3 weeks ago
These devices are being moved to LAVA. The jobs will be enabled and the
job definitions will be updated once the move is complete.

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

diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index 81147e86bfd0..53d19ffaaf61 100644
--- a/drivers/gpu/drm/ci/test.yml
+++ b/drivers/gpu/drm/ci/test.yml
@@ -148,7 +148,9 @@ msm:sc7180-trogdor-kingoftown:
     GPU_VERSION: ${DEVICE_TYPE}
     RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown
 
-msm:apq8016:
+# FIXME: Disable the bare-metal jobs. These devices are being moved to LAVA.
+# Once the move is complete, update the job definitions accordingly.
+.msm:apq8016:
   extends:
     - .baremetal-igt-arm64
   stage: msm
@@ -165,7 +167,7 @@ msm:apq8016:
   script:
     - ./install/bare-metal/fastboot.sh || exit $?
 
-msm:apq8096:
+.msm:apq8096:
   extends:
     - .baremetal-igt-arm64
   stage: msm
-- 
2.47.2
Re: [PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs
Posted by Rob Clark 3 months, 3 weeks ago
On Fri, Jul 18, 2025 at 3:54 AM Vignesh Raman
<vignesh.raman@collabora.com> wrote:
>
> These devices are being moved to LAVA. The jobs will be enabled and the
> job definitions will be updated once the move is complete.

fwiw, the runners are up and running in LAVA now

BR,
-R

> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
> ---
>  drivers/gpu/drm/ci/test.yml | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
> index 81147e86bfd0..53d19ffaaf61 100644
> --- a/drivers/gpu/drm/ci/test.yml
> +++ b/drivers/gpu/drm/ci/test.yml
> @@ -148,7 +148,9 @@ msm:sc7180-trogdor-kingoftown:
>      GPU_VERSION: ${DEVICE_TYPE}
>      RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown
>
> -msm:apq8016:
> +# FIXME: Disable the bare-metal jobs. These devices are being moved to LAVA.
> +# Once the move is complete, update the job definitions accordingly.
> +.msm:apq8016:
>    extends:
>      - .baremetal-igt-arm64
>    stage: msm
> @@ -165,7 +167,7 @@ msm:apq8016:
>    script:
>      - ./install/bare-metal/fastboot.sh || exit $?
>
> -msm:apq8096:
> +.msm:apq8096:
>    extends:
>      - .baremetal-igt-arm64
>    stage: msm
> --
> 2.47.2
>
Re: [PATCH v1 1/7] drm/ci: disable apq8016 and apq8096 bare-metal jobs
Posted by Vignesh Raman 3 months, 3 weeks ago
Hi Rob,

On 16/10/25 20:22, Rob Clark wrote:
> On Fri, Jul 18, 2025 at 3:54 AM Vignesh Raman
> <vignesh.raman@collabora.com> wrote:
>>
>> These devices are being moved to LAVA. The jobs will be enabled and the
>> job definitions will be updated once the move is complete.
> 
> fwiw, the runners are up and running in LAVA now

Thanks. I will enable them and send v2.

Regards,
Vignesh

> 
> BR,
> -R
> 
>> Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
>> ---
>>   drivers/gpu/drm/ci/test.yml | 6 ++++--
>>   1 file changed, 4 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
>> index 81147e86bfd0..53d19ffaaf61 100644
>> --- a/drivers/gpu/drm/ci/test.yml
>> +++ b/drivers/gpu/drm/ci/test.yml
>> @@ -148,7 +148,9 @@ msm:sc7180-trogdor-kingoftown:
>>       GPU_VERSION: ${DEVICE_TYPE}
>>       RUNNER_TAG: mesa-ci-x86-64-lava-sc7180-trogdor-kingoftown
>>
>> -msm:apq8016:
>> +# FIXME: Disable the bare-metal jobs. These devices are being moved to LAVA.
>> +# Once the move is complete, update the job definitions accordingly.
>> +.msm:apq8016:
>>     extends:
>>       - .baremetal-igt-arm64
>>     stage: msm
>> @@ -165,7 +167,7 @@ msm:apq8016:
>>     script:
>>       - ./install/bare-metal/fastboot.sh || exit $?
>>
>> -msm:apq8096:
>> +.msm:apq8096:
>>     extends:
>>       - .baremetal-igt-arm64
>>     stage: msm
>> --
>> 2.47.2
>>