From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7203376969598107648 X-Received: by 2002:a05:6808:331a:b0:37b:6d34:d803 with SMTP id ca26-20020a056808331a00b0037b6d34d803mr846612oib.264.1677166896668; Thu, 23 Feb 2023 07:41:36 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6830:309a:b0:690:d198:4d74 with SMTP id g26-20020a056830309a00b00690d1984d74ls1299313ots.2.-pod-prod-gmail; Thu, 23 Feb 2023 07:41:36 -0800 (PST) X-Google-Smtp-Source: AK7set+QHHa+Wxc7GULh3niguO0ApGG6oPKvEIsxQ7t2sZdE4kZaeUumMtrWIHEpA6HIXeUq1y6P X-Received: by 2002:a9d:1b4d:0:b0:68d:972e:e8dd with SMTP id l71-20020a9d1b4d000000b0068d972ee8ddmr6286637otl.29.1677166896003; Thu, 23 Feb 2023 07:41:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1677166895; cv=none; d=google.com; s=arc-20160816; b=T3OrQccxduQaB9rwLJKIqTTobosRJpXulrdZVMnwohrRbPFRF5QxV8ceXp1JUgK3aM /z1OuOF4348ZZcNRKrGNXUdook5IJRjGPoD29aTUmfq6tgKwZFT4VuQoaE9yoBjDLXxN Ql1epCWksCO2nnK9kEXTsFxEuXRCnK4Vc5KqlbENPsVc/W8YEg7zQHOIh35BTOCvfpfu Qid1lCnctYdzCP98/00nl4wHDFhv/M1RXVAIDy0AzlRUoCrU4iQr3Kyo/tN2PaNkQzGi cJwE+NJ4LlWt7Um6sr3sPIcHE0KQM8GAc50DM7d2bQMZ0hu8hHWL0rvZwwc4ZOFcZmzs YScA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=bSNals2V0CSlyM5T1zUZVgH32v8c8InARHoIwCRfp9Y=; b=k8rDysreI1aj0j8bXYdREU6fG27wX0jyMhxam7sIZy3nQgGe3Z7LbeewEfBj8r+LeO /DRY7FehrEa8Uyfo5RjbPVYNg4tl+qttyAwJtJQxenpJBsrZJMHp2QiTy8UXAEVNjd/g pr84qowy/zGlbUYSStPuBs0dObnJ5vzQlCOOkf6b2VwGhPz2NUVpM5IwzlbLePF6Q1hz ZNlDUMwamngeXoX6k+us5pEaXQOqIORNN4B/MgiAI6oCQLHYiR9tJ97ybC+RI+fmO4af 21CkDHRPBOdSymRnegcu14ZrOlK0gEkAHJFOSKEPS+eGgIWcVMr9exBu0GJ/hoqe19NA t/OA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id ca17-20020a056830611100b00693d5c2c931si89794otb.1.2023.02.23.07.41.35 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 Feb 2023 07:41:35 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@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 amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from user-B660.. ([85.254.74.12]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 31NFfWLL020691 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Feb 2023 16:41:33 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH 00/11] Next avocado improvements Date: Thu, 23 Feb 2023 17:41:20 +0200 Message-Id: <20230223154131.132362-1-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: ACOHJUU/Eolv There are several ways of improving Isar testsuite currently: 1) Simplify testsuite configuring. Beside of making CI more comfortable for user it will also move us closer to removing ci_build.sh at all and just execute avocado with some minimal parameters. 2) Reusing of caches. This will be helpful later on after moving to parallel test cases execution. 3) Improve testsuite documentation 4) Moving avocado binary up to date All this improvements can be found in the following patchset. Anton Mikanovich (9): CI: Update Avocado version CI: Add avocado version checking CI: Set default QEMU timeout to 10 minutes CI: Make quite option to be set by default CI: Remove norun option CI: Enable sstate dir sharing CI: Enable ccache dir sharing CI: Update avocado install documentation CI: Add documentation for test case creation Uladzimir Bely (2): scripts: Add option to directly specify avocado tags gitlab-ci.yml: Run dev tests set on push .gitlab-ci.yml | 13 ++++++++--- scripts/ci_build.sh | 49 ++++++++++++++++++++++++++++-------------- testsuite/README.md | 48 +++++++++++++++++++++++++++++++++++------ testsuite/cibase.py | 8 +++---- testsuite/cibuilder.py | 18 +++++++++++++--- 5 files changed, 103 insertions(+), 33 deletions(-) -- 2.34.1