From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7350330382288420864 X-Received: by 2002:a05:6000:1542:b0:341:d306:88eb with SMTP id 2-20020a056000154200b00341d30688ebmr1246581wry.31.1711382156038; Mon, 25 Mar 2024 08:55:56 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:ea49:0:b0:341:766c:245a with SMTP id j9-20020adfea49000000b00341766c245als1213917wrn.0.-pod-prod-00-eu; Mon, 25 Mar 2024 08:55:54 -0700 (PDT) X-Google-Smtp-Source: AGHT+IG7h6ybQB2rQK9b+76BGqtipfJkCcBsargMKH/m+huyXB7lbHWVjmE8TMCZMbvushKDmmRs X-Received: by 2002:a5d:4752:0:b0:33e:d139:412c with SMTP id o18-20020a5d4752000000b0033ed139412cmr5490761wrs.30.1711382153960; Mon, 25 Mar 2024 08:55:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1711382153; cv=none; d=google.com; s=arc-20160816; b=e3ipEpdgXiYoR9HFhK8eSEOrdJP8AvuywUyJFblMQQi/bw99PEGqwaOpFBI6rXQupR A/RtZQRFCUL2ZLpZyOGwS0YJ+eIlPKl5vkApeGKuh1C9gzujqzPJumqyg1G0QsiHonW9 RdT/KSPcWc2hAJNQsr3mXv8RDD3j5dqZgfTitGw6u3O9f8DEt0oB/JVxNNgO5iDZso8a lXoagbP4rbEUApWnh/g/93O9GCj1ldLAYt8nugTVvJFUjqm/NNijsiI3DK1KasV3Vqv7 FxNygZFjFa5p6BrzLpPndh8ZctPBE5LN/hsek5sXTi31lWDBVTeGVa3VAjeJMlKztDAW tb8g== 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:cc:to:from; bh=39chYwpslOKhBw8qItIRnU+jQYvrfqHKL6Ce4kmRbuk=; fh=/h9QQkzJ8EboVkWg45aWwpaUro6WMavIVd2OhN45RtE=; b=EwOChTvrhfRiv4AQmuV/ErGo+WPN7yhIGZc6IkLvlExn2sPtCDeLqZq0ssF9S5B1mc W9YvjZnZpwqieTnSi9bk6YONTOs303UFOexad3Op76NFqB3nbCgTexOh+m6MhWHxyn+T DVu0uiPj5yLjJX74bAFkHM1u9C3wbPUS/dRts52e9eyAN7jaSSbEHOw7oWEDYSqW16Nu X1NjWm68Q+dg7tt8jGQqZHlXgP30NW2nyvdNTpQ85AjSuIrNoR4pIpKX++4ztCu2eE11 uq5odCvQ9UG66USSco3TCYSIaVzaU1JegHhrTx/z+rVegjF1Wd0byKRrhSbzBHY71h8w 3V9w==; dara=google.com 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 p13-20020a05600c1d8d00b004148a1b0a0fsi116351wms.0.2024.03.25.08.55.53 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Mar 2024 08:55:53 -0700 (PDT) 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.promwad.corp ([159.148.83.123]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 42PFtnLC011703 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 25 Mar 2024 16:55:53 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH 03/23] CI: Rename nocross to full Date: Mon, 25 Mar 2024 17:55:20 +0200 Message-Id: <20240325155540.4162990-4-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240325155540.4162990-1-amikan@ilbers.de> References: <20240325155540.4162990-1-amikan@ilbers.de> 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: dt4m7YJrJ3XC As we have more then just two testsuites there is no direct connection between testsuite and cross/nocross modes. So get rid of old naming. Signed-off-by: Anton Mikanovich --- testsuite/citest.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/testsuite/citest.py b/testsuite/citest.py index 7c80b910..575aaded 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -262,14 +262,14 @@ class StandardTest(CIBaseTest): except: self.cancel('KFAIL') -class NoCrossTest(CIBaseTest): +class FullTest(CIBaseTest): """ - Start non-cross build for the defined set of configurations + Start full build for the defined set of configurations - :avocado: tags=nocross,full + :avocado: tags=fullbase,full """ - def test_nocross(self): + def test_full_nocross(self): targets = [ 'mc:qemuarm-buster:isar-image-ci', 'mc:qemuarm-bullseye:isar-image-base', @@ -302,10 +302,10 @@ class NoCrossTest(CIBaseTest): self.init() # Cleanup after cross build - self.move_in_build_dir('tmp', 'tmp_before_nocross') + self.move_in_build_dir('tmp', 'tmp_before_full_nocross') self.perform_build_test(targets, cross=False, debsrc_cache=True) - def test_nocross_rpi(self): + def test_full_rpi(self): targets = [ 'mc:rpi-arm-bullseye:isar-image-base', 'mc:rpi-arm-v7-bullseye:isar-image-base', @@ -323,7 +323,7 @@ class NoCrossTest(CIBaseTest): except: self.cancel('KFAIL') - def test_nocross_trixie(self): + def test_full_trixie(self): targets = [ 'mc:qemuamd64-trixie:isar-image-base', 'mc:qemuarm64-trixie:isar-image-base', @@ -336,7 +336,7 @@ class NoCrossTest(CIBaseTest): except: self.cancel('KFAIL') - def test_nocross_sid(self): + def test_full_sid(self): targets = [ 'mc:qemuriscv64-sid:isar-image-base', 'mc:sifive-fu540-sid:isar-image-base', -- 2.34.1