From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7051935478602268672 X-Received: by 2002:a05:6000:1c01:: with SMTP id ba1mr3971579wrb.190.1641906685356; Tue, 11 Jan 2022 05:11:25 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:e390:: with SMTP id e16ls341513wrm.0.gmail; Tue, 11 Jan 2022 05:11:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJySQiFU+UCMZujz+bYNFdgKBum1iwr66htHU4Rdbxu3TSv0/R8fhwWGwwtQV07zsJbAb57L X-Received: by 2002:a5d:6f1e:: with SMTP id ay30mr3974779wrb.498.1641906684484; Tue, 11 Jan 2022 05:11:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1641906684; cv=none; d=google.com; s=arc-20160816; b=rlJvH7PRm+gcnrA8DhwacOwTrmHaXfOEnma3lixdVhmcwco7livSfeUt+cIpAUa70a YOMMUBVgzMq1NtfL4b9AEqD/d1K3z6frORn5SdltBLu4vWL5BVaMhZTCOOehhfnW2qZJ r05Jm5ARQ0Je4DfiroqlZPGqQPNoWGv7I/jLTYqFiZ1mwFrCoRyQxX99cHRdg5gcHg2a LD3OocIYFLS6Yq3gGpGv4oPaYOCuVXD0Tbw0uPgKxupowXdCvDu+6DHsn14+NAW734Un sSu0JIAjsrPb/QIqYD50IW79SG3YAGXjt0eq+S3K7gr5QmR9kaqDmUVokTtKwdnbezce MoYA== 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=83X2sxxvdY3zaj/B4jaRE/C1onznPU9w+wk9cXy2M/U=; b=qiAytMGjlVCNVUogstLCRryJKTzBAxq20gGHFolpBbuwGGw/8zS1laRFSdcp2FqRY/ SgonTy6RI+vr5T6DTlhL7nma4QD/I3cFmk1nYqIUjFDgkvS5JBVjgadMCJtURUdOOW0B e/BYKjalTk6mHNLKPI55M2Kj2DTL+zctG9SdeO0FRY77Vn2J0B93tsJGtYzxguvHMS08 zg5jCwih0S1ljIHNGZ50vWU5Uu0mWYbbdi9XsvOdLmRQm6XdSuLbswYZCj2TdvI9cKmM 3BgKcrOc/jt5ww0Cyy+UmaB3zg5arR2AFUmEU80PB20UI3KE/WQeQ6g39DOLatFstZ3Y GTxw== 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 az10si83529wmb.1.2022.01.11.05.11.24 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 11 Jan 2022 05:11:24 -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 localhost.localdomain (mm-239-38-214-37.mgts.dynamic.pppoe.byfly.by [37.214.38.239] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 20BDBD4s023334 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 11 Jan 2022 14:11:23 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v3 10/10] CI: Remove repro from fast testing Date: Tue, 11 Jan 2022 16:11:06 +0300 Message-Id: <20220111131106.223541-11-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220111131106.223541-1-amikan@ilbers.de> References: <20220111131106.223541-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: ycFAWYzi/H79 Remove repro test from `fast` to make it little more fast. Signed-off-by: Anton Mikanovich --- testsuite/build_test/build_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py index d04195c..7739a50 100644 --- a/testsuite/build_test/build_test.py +++ b/testsuite/build_test/build_test.py @@ -22,7 +22,7 @@ class ReproTest(CIBaseTest): """ Test cached base repository - :avocado: tags=repro,fast,full + :avocado: tags=repro,full """ def test_repro_signed(self): targets = [ -- 2.25.1