From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7024486976540639232 X-Received: by 2002:a19:e045:: with SMTP id g5mr10331089lfj.689.1635516278852; Fri, 29 Oct 2021 07:04:38 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:c74d:: with SMTP id x74ls445710lff.3.gmail; Fri, 29 Oct 2021 07:04:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZR00cXUJggvIs5RjmvPp6ck2zXq5PK/Y9c+u7Wy2nw9mAkTzsECI5ObsmEJV65MjD6oQ8 X-Received: by 2002:a05:6512:39d0:: with SMTP id k16mr10987747lfu.285.1635516276412; Fri, 29 Oct 2021 07:04:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635516276; cv=none; d=google.com; s=arc-20160816; b=UMkyAssyp5mmyc6ce0KITHzaTKXi8s5xbKzbMkqp7vxjgYCEy7VBLxaEmNdobUeXdt nmTfSUG3eTJTgHO/AIP72yQXSUUXuORfeEXukN5XQS5yAjQE6gbOTVjx8y7dL4q+tkAp YKK4RumYGkNZSngLMl/CwAPZRs7WvJ9bokrvPpbg5IEuPEbEE/i8e7iMIpmuGux2QBmA fR1e8Qn2sK67cjK+aJQvmJNr4aeQXqhd9UEqs9B3nYwooQExkxLNVN6p02yorZWl+lhW U+fDPFZx+lqYNxkQgkCg20FVoGMxqZROl8J2Sv54IjUev4lGGVBwmHUTM1YzaCZwc98y KBTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=0CwqOBeW7B0na/411AKd4rbMp+A7qzNrZrZAANsxcok=; b=ItlGmQxEQhX+v3vytUdfQmflkPzK+xkxoflQGh9gf76qe9PRyCYnuLfUfK0VE2vgec RwQm/sAAsqDf40tALVBIv95Tu45drvQV3tUAKa98Nx8QUjYzh89GSFestDb4NI/DtzHv gV68ZTARYkWwPxWA7Cj6nNqNVieEetRI/0NVK089jfej41oPg+DdhUkWx2zzbEbda3+r VASMnI0210+41dj8aMIlB+eTvRCzMIze/LEn+0Ck2rf9KVXB9SM3qaJ2hcBD7LsBoTk/ N2Vunb999K5vNnegWeEjGbVQcF+CbUKwEa8hx63QJQlq9LKvmMagGG4FJYJbmi1NnRXS 5Wxg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id w24si103903ljh.2.2021.10.29.07.04.36 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 29 Oct 2021 07:04:36 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from hp.localnet (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 19TE4WIW022614 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 29 Oct 2021 16:04:33 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: Re: [PATCH v3 3/3] ci: Add test for ccache Date: Fri, 29 Oct 2021 17:04:29 +0300 Message-ID: <3355924.v2OnDr8pfo@hp> In-Reply-To: <20211029135700.27885-4-ubely@ilbers.de> References: <20211029135700.27885-1-ubely@ilbers.de> <20211029135700.27885-4-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-TUID: mPvVuQMgEzMn In mail from =D0=BF=D1=8F=D1=82=D0=BD=D0=B8=D1=86=D0=B0, 29 =D0=BE=D0=BA=D1= =82=D1=8F=D0=B1=D1=80=D1=8F 2021 =D0=B3. 16:57:00 +03 user Uladzimir Bely=20 wrote: > The test runs bitbake target twice. First run with ccache enabled > makes CCACHE_DIR be populated and the second run reuses it to > speedup build process. >=20 > Signed-off-by: Uladzimir Bely > --- > testsuite/build_test/build_test.py | 11 ++++++++++ > testsuite/build_test/cibase.py | 33 ++++++++++++++++++++++++++++++ > 2 files changed, 44 insertions(+) This patch for CI is currently tested only in manual mode but it is not=20 expected to have any problems when running with full chain of tests in CI.= =20 Anyway, full test including this last patch will be run soon and the result= =20 will be availiable by Monday. =2D-=20 Uladzimir Bely Promwad Ltd. External service provider of ilbers GmbH Maria-Merian-Str. 8 85521 Ottobrunn, Germany +49 (89) 122 67 24-0 Commercial register Munich, HRB 214197 General Manager: Baurzhan Ismagulov