From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192322883099557888 X-Received: by 2002:a05:6902:724:b0:85c:36b7:250e with SMTP id l4-20020a056902072400b0085c36b7250emr430279ybt.291.1675399471820; Thu, 02 Feb 2023 20:44:31 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a25:ab07:0:b0:803:a6eb:e217 with SMTP id u7-20020a25ab07000000b00803a6ebe217ls2319179ybi.8.-pod-prod-gmail; Thu, 02 Feb 2023 20:44:31 -0800 (PST) X-Google-Smtp-Source: AK7set+fehKAzK0kxCQmJkXbYcmpjluUfGmENYNz6P+n703UCSctQ4sbtrFC0M2Wx13UkAhpxgcp X-Received: by 2002:a25:c54b:0:b0:80b:78d3:494f with SMTP id v72-20020a25c54b000000b0080b78d3494fmr6730664ybe.33.1675399470944; Thu, 02 Feb 2023 20:44:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675399470; cv=none; d=google.com; s=arc-20160816; b=UsDmZvC5v2ATQO9H/FTKOUYT9jVsMDyxtOz63v0s9OX1rgvY+iESJxJG7sPjV9/YoU Z4LATRIE1EBcMr73sMwpJHhHHnO6SlioAYfMX2YfOIAmVm6lnw3N34OvCBw8nL+uW7wr qdwLM74+OCrMt7yl/9Oz13scGqS+6/Lq1tPm34RvB2yXH2oo1xY2oujtbIUxGs+mznNS Gy7dbj7Bc4+wcN6TEgeAc3cRwwYJ3KmnLvWc4WzvuyKoUW0opqdsGfxRwpGmf8ZbKMp4 LkLEZv52sgsgRmLEwUimNueOBh/aL6dQAifisnR7Q8de7SU/qPqjNqmxtkGMxIomAraS pmJA== 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=+eMmGHfJWugP9i9Ze+A0haY/w7Gs5yaNi5fq/xCu6Ho=; b=TLovCQy2q9qkhzi03j2PN+FHA4EXG8ppI8UZMLPcby/S5EkJsauzpAnjRHMd8O0W1n 1yDzJbwJ2Qv1gfX584sKu9rMxcA+1E0xGY24TdpNDKGke+L4RvI54/7p7Z/DIA9eFS8p QEEGgoXKl1ca+aAHDErj1y5KuiMMtAJxxkYlcu3213pyczC3IAnuFlylqU0K6METyKVC sQ8OylKk7rObtJqwB3KvVdQry9d0KcLEzcBp00QSqU6Xtn1hoASV8VS91YEWL0RZBLLi y93koBvgMy94H9mFa8o+cN5yBFwAbJAsUEY1D6WHWlWQjN2zA7uTO//AFbhKt8ff8wDk Ubeg== 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 e12-20020a5b004c000000b008584c50d634si151903ybp.0.2023.02.02.20.44.30 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Feb 2023 20:44:30 -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 baighyz.m.ilbers.de (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+deb9u1) with ESMTPSA id 3134iRlw023918 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 3 Feb 2023 05:44:28 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v3 04/15] CI: Remove duplicated targets Date: Fri, 3 Feb 2023 05:44:15 +0100 Message-Id: <20230203044427.32711-5-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230203044427.32711-1-ubely@ilbers.de> References: <20230203044427.32711-1-ubely@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: Vw9XzhGouYZE From: Anton Mikanovich Some targets are already covered by dev tests, so remove retesting. Signed-off-by: Anton Mikanovich --- testsuite/citest.py | 49 --------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/testsuite/citest.py b/testsuite/citest.py index 027b965b..e43004d5 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -125,7 +125,6 @@ class CrossTest(CIBaseTest): targets = [ 'mc:qemuarm-buster:isar-image-base', 'mc:qemuarm-bullseye:isar-image-base', - 'mc:qemuarm64-bullseye:isar-image-base', 'mc:de0-nano-soc-bullseye:isar-image-base', 'mc:stm32mp15x-buster:isar-image-base' ] @@ -167,19 +166,6 @@ class CrossTest(CIBaseTest): except: self.cancel('KFAIL') -class SdkTest(CIBaseTest): - - """ - In addition test SDK creation - - :avocado: tags=sdk,fast,full - """ - def test_sdk(self): - targets = ['mc:qemuarm-bullseye:isar-image-base'] - - self.init() - self.perform_build_test(targets, bitbake_cmd='do_populate_sdk') - class WicTest(CIBaseTest): """ @@ -218,7 +204,6 @@ class NoCrossTest(CIBaseTest): 'mc:qemui386-buster:isar-image-base', 'mc:qemui386-bullseye:isar-image-base', 'mc:qemuamd64-buster:isar-image-base', - 'mc:qemuamd64-bullseye:isar-image-base', 'mc:qemuamd64-bullseye:isar-initramfs', 'mc:qemumipsel-buster:isar-image-base', 'mc:qemumipsel-bullseye:isar-image-base', @@ -278,28 +263,6 @@ class NoCrossTest(CIBaseTest): except: self.cancel('KFAIL') -class RebuildTest(CIBaseTest): - - """ - Test image rebuild - - :avocado: tags=rebuild,fast,full - """ - def test_rebuild(self): - self.init() - layerdir_core = self.getlayerdir('core') - - dpkgbase_file = layerdir_core + '/classes/dpkg-base.bbclass' - - self.backupfile(dpkgbase_file) - with open(dpkgbase_file, 'a') as file: - file.write('do_fetch:append() {\n\n}') - - try: - self.perform_build_test('mc:qemuamd64-bullseye:isar-image-base', debsrc_cache=True) - finally: - self.restorefile(dpkgbase_file) - class ContainerImageTest(CIBaseTest): """ @@ -361,14 +324,6 @@ class VmBootTestFast(CIBaseTest): self.init() self.vm_start('arm','buster') - def test_arm64_bullseye(self): - self.init() - self.vm_start('arm64','bullseye') - - def test_amd64_bullseye(self): - self.init() - self.vm_start('amd64','bullseye') - def test_arm_bookworm(self): self.init() self.vm_start('arm','bookworm') @@ -392,10 +347,6 @@ class VmBootTestFull(CIBaseTest): self.init() self.vm_start('arm64','bullseye') - def test_amd64_bullseye(self): - self.init() - self.vm_start('amd64','bullseye') - def test_i386_buster(self): self.init() self.vm_start('i386','buster') -- 2.20.1