From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192322883099557888 X-Received: by 2002:a62:5544:0:b0:5a8:da1f:8672 with SMTP id j65-20020a625544000000b005a8da1f8672mr194042pfb.18.1676353407190; Mon, 13 Feb 2023 21:43:27 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:902:f293:b0:199:50f5:6729 with SMTP id k19-20020a170902f29300b0019950f56729ls5689619plc.11.-pod-prod-gmail; Mon, 13 Feb 2023 21:43:26 -0800 (PST) X-Google-Smtp-Source: AK7set/AGVStBfNV8y5kl+WHxvmkcDVUOwi7OvLw6D5jeskQicWlHZK8eIY4TD4gFotjHwt5tpkh X-Received: by 2002:a17:902:f90c:b0:199:1160:9564 with SMTP id kw12-20020a170902f90c00b0019911609564mr1438584plb.45.1676353406150; Mon, 13 Feb 2023 21:43:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1676353406; cv=none; d=google.com; s=arc-20160816; b=XtjecforBcCd6eNAi6ciDbAVa/bCPSYz06kPjZbC4J8u+kJkjqMjrhFgxoHpX7L/Q6 UvGxn3h7++FJj4ofl0tws6EkSFz2zVhNBROb74L1NYg0+bZoQuXWHXDxcaMAw98xiArU mK3mn1fYl2VDqvVfcE2vsdouI+R+D5eSr4G2EvESnA44setaNIF3xdwmn1nMYLZYeJqm hRbErQy3TyZWajU+DXo8zP20ueU16nNLOV9zkdkbCw1XP6kxcNziuWhON8ZCz/+EwCkJ 0VfjmYmt3Gn/r0PLWAY3S7QoucCvA78HcfXVQr1lRjYnFCvULExPgLHQ6E3UHOQ1d88m gjMg== 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=nj3IN16xJxCqlzMWy1KvjyVMwL0NwnuLcULqcupzqxw=; b=J18J3RVuQY1ykACrARo7UkBSX0k2KZjA4wP0cdLB1VvNYcoljbHVDopkiY6yiAZsZC LIKx8omT+8/M0ugzHmODVqCkQlmuMHLVuZYA9/gHVKPCHAa2k3pXL5RjQ+yUF7yrJeiN 8FoFD+/DRsF21pxQqQyWW0dmhZZ9i2G8OQk6KhlDa7xBBWrvBLnH17z2rkqYXLFnscbh 9ygUn4gq8uUwtKx8crArRXJ6W9FWwsvu6GhuVMEXkbauGnj9VqVtDNbQiSgITQOCLi60 o/vjwt9S54YB3U1WA9KqdrvHy6gRuW8ZivWsZ0CbH5OWvJe2J2FGS5KRG3ap4YARhIiN JLwQ== 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 j21-20020a170902c3d500b0018712ccd6e0si355138plj.2.2023.02.13.21.43.25 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 13 Feb 2023 21:43:25 -0800 (PST) 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 home.localnet (44-208-124-178-static.mgts.by [178.124.208.44] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 31E5hNxk007924 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 14 Feb 2023 06:43:23 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: Re: [PATCH v4 00/15] Add developers test Date: Tue, 14 Feb 2023 08:43:22 +0300 Message-ID: <2335456.cojqenx9y0@home> In-Reply-To: <20230206123402.2727-1-ubely@ilbers.de> References: <20230206123402.2727-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: 4O8wn/atFflS In the email from Monday, 6 February 2023 15:33:47 +03 user Uladzimir Bely wrote: > Add separate quick 'developers' test for fast checking new patches. > It will test only general Isar logic on basic targets without dealing with > all the functionality. > To execute dev test run avocado testsuite like: > > $ avocado run ../testsuite/citest.py -t dev --nrunner-max-parallel-tasks=1 > > Estimated execution time for dev test is ~1.5h. > > Changes since v3: > - More correct check of `qemu-system` package installed in p7. > - Don't install `qemu-system-gui` and deps in p7 (use --no-recommends). > > Changes since v2: > - Rebase on next (with bitbake 2.0). > - Don't fail on deprecated params, show warning if used. > > Changes sinse v1: > - Rebase on next. > - Integrate some changes from other patchsets. > - Remove ci_build.sh params. > - Improve testsuite API. > - Improve testsuite readme. > - Add single target test case. > > Anton Mikanovich (10): > CI: Enable downloads dir sharing > CI: Add IMAGE_INSTALL override > CI: Add developers test > CI: Remove duplicated targets > CI: Get rid of setting cross from outside > CI: Make cross compile to be default > CI: Get rid of setting repro from outside > CI: Allow example module checking disabling > CI: Update testsuite documentation > CI: Add single target test case > > Henning Schild (4): > CI: move to avocado to 99.0 > CI: fix shell coding style > CI: install qemu-system when qemu testing is requested > testsuite: remove tests from "fast" set > > Uladzimir Bely (1): > testsuite: Fix terminal broken after run test executed > > .gitlab-ci.yml | 4 +- > scripts/ci_build.sh | 50 ++++++--------- > testsuite/README.md | 26 ++++++-- > testsuite/cibuilder.py | 27 +++++--- > testsuite/citest.py | 141 ++++++++++++++++++++++++----------------- > 5 files changed, 145 insertions(+), 103 deletions(-) Applied to next, thanks.