From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55099C4167D for ; Wed, 8 Nov 2023 00:10:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233046AbjKHAKZ (ORCPT ); Tue, 7 Nov 2023 19:10:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43730 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234790AbjKHAKX (ORCPT ); Tue, 7 Nov 2023 19:10:23 -0500 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEAAA10EB for ; Tue, 7 Nov 2023 16:10:20 -0800 (PST) Received: from pps.filterd (m0279871.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3A7Nv90Y014602; Wed, 8 Nov 2023 00:10:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : from : to : cc : references : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=ZkuHY7TMDpAvO5cRBI+Mbiw3Asbur26xbF4ZcXY/PWo=; b=a5xp9U4EpvDGq/jcmu9elFh62Mhtc1iWLDxO9WxdRWyciqYPEY7lPc8rWX2mGeYzpi86 +5s+HtC/Ef5cYDxq96TrT9sQjubRtxhmBbQRM+JAYEIUu1SR4qnxs0Kc51gXF+OEWlxt dyS81hzUnB0etglegNx5FmCTLEi3DFSGs8N7y6ktmbuXtSY3kS4LOUB+gwoMgzOiO3fh YLCcgs33mTjW4f2OeUlsfoj2KSEmp4i/8JboyKC/a+phf/j04kq0pFjW5lzFGEeQCvQP iFnpRZrHdZ+T0LXDsQalnJBoEy2PZFVEAcUk0MDjfoYPuKx1lB7BmGk/CFi/4I4pXs6o 2g== Received: from nasanppmta01.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3u7w3g88wr-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 08 Nov 2023 00:10:15 +0000 Received: from nasanex01b.na.qualcomm.com (nasanex01b.na.qualcomm.com [10.46.141.250]) by NASANPPMTA01.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3A80AE05025965 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 8 Nov 2023 00:10:14 GMT Received: from [10.110.90.101] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.39; Tue, 7 Nov 2023 16:10:14 -0800 Message-ID: Date: Tue, 7 Nov 2023 16:10:01 -0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 0/3] drm/ci: Add support for SM8250 Gitlab Runner Content-Language: en-US From: Jessica Zhang To: Helen Koike , David Airlie , Daniel Vetter CC: , , , , References: <20231010-rb5-runner-v1-0-aba1fcc6e3aa@quicinc.com> <0b0b1065-06e8-44ea-a4a1-395980afac5a@collabora.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01b.na.qualcomm.com (10.46.141.250) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: ppv1dAPo5ZeUTDy7oroBsUrWTkffX7DO X-Proofpoint-GUID: ppv1dAPo5ZeUTDy7oroBsUrWTkffX7DO X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-11-07_14,2023-11-07_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1015 adultscore=0 suspectscore=0 impostorscore=0 mlxlogscore=999 bulkscore=0 malwarescore=0 mlxscore=0 phishscore=0 lowpriorityscore=0 priorityscore=1501 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311060000 definitions=main-2311070198 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/6/2023 9:35 AM, Jessica Zhang wrote: > > > On 11/4/2023 6:02 AM, Helen Koike wrote: >> Hi Jessica, >> >> On 10/10/2023 19:25, Jessica Zhang wrote: >>> Recently, we've registered a Gitlab runner for a Qualcomm RB5 device >>> that will be >>> hosted and maintained in Qualcomm labs. >>> >>> This series will add a corresponding CI job for testing SM8250 >>> devices and add the >>> skip/fails/flakes list. We were able to complete a successful run [1] >>> with these >>> changes. >>> >>> For now, we will keep the job as manual trigger only and drop that >>> rule later >>> after we stabilize the tests. >>> >>> [1] https://gitlab.freedesktop.org/drm/msm/-/jobs/50092719 >>> >>> --- >> >> Thank you for you patchset. >> >> I'm getting the following error: >> >> "serial.serialutil.SerialException: [Errno 2] could not open port >> /dev/ttyUSB0: [Errno 2] No such file or directory: '/dev/ttyUSB0'" >> >> https://gitlab.freedesktop.org/helen.fornazier/linux/-/jobs/51193215#L146 >> >> I'm wondering if I'm missing some configuration. >> >> I tested on top of drm-misc-next. > > Hi Helen, > > Sorry for the inconvenience, but I had to temporarily take down the > runner last Friday to physically move the setup (as part of a > reorganization of our lab here). > > I'll update this thread as soon as the runner is back up -- the move > will be complete by the end of this week. The RB5 runner is back up -- please let me know if you run into any issues with it. Thanks, Jessica Zhang > >> >> Also, I'd like to add in the docs an entry about the devices we have, >> which tag they need, which dts they correspond to, which farm they are >> located, who to contact if there is any problem and maybe some comment >> about the device (how it is hooked up, the logs comes from uart or >> ssh, does it use fastboot, etc) if you find it useful. >> Would you mind adding an entry in the docs with this information for >> the sm8250? (Than I'll add the info of the other devices after yours). > > Sure, sounds good. > >> >> >>> Jessica Zhang (3): >>>        drm/ci: Add SM8250 job to CI >> >> I would also move this patch to last, so we don't have a commit where >> things shouldn't work properly. >> Or maybe squash them all. > > Acked -- I'll move this patch to the end. > > Thanks, > > Jessica Zhang > >> >> Regards, >> Helen >> >>>        drm/ci: enable CONFIG_INTERCONNECT_QCOM_SM8250 for arm64 config >>>        drm/ci: Add skips, fails and flakes for SM8250 >>> >>>   drivers/gpu/drm/ci/arm64.config                 |  1 + >>>   drivers/gpu/drm/ci/build.sh                     |  1 + >>>   drivers/gpu/drm/ci/test.yml                     | 15 +++++++++++++ >>>   drivers/gpu/drm/ci/xfails/msm-sm8250-fails.txt  | 29 >>> +++++++++++++++++++++++++ >>>   drivers/gpu/drm/ci/xfails/msm-sm8250-flakes.txt |  3 +++ >>>   drivers/gpu/drm/ci/xfails/msm-sm8250-skips.txt  |  8 +++++++ >>>   6 files changed, 57 insertions(+) >>> --- >>> base-commit: dcd88f8c63341ed11a8c5019408f62202cd9d1f2 >>> change-id: 20230919-rb5-runner-77ec32bd61e7 >>> >>> Best regards,