From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192322883099557888 X-Received: by 2002:a05:622a:1ba9:b0:3b6:352f:fb32 with SMTP id bp41-20020a05622a1ba900b003b6352ffb32mr1162857qtb.41.1675399473926; Thu, 02 Feb 2023 20:44:33 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac8:5e0a:0:b0:3b9:bfda:1fa8 with SMTP id h10-20020ac85e0a000000b003b9bfda1fa8ls4194832qtx.3.-pod-prod-gmail; Thu, 02 Feb 2023 20:44:33 -0800 (PST) X-Google-Smtp-Source: AK7set/cBKAIrVNYW+eWnbXXa0goO5gI7x75GE/hikIF3M4mj5+m/QrRgFn2Bp6jpkpHwf4Hshtv X-Received: by 2002:ac8:7d45:0:b0:3b8:48e4:83b1 with SMTP id h5-20020ac87d45000000b003b848e483b1mr17017755qtb.20.1675399473232; Thu, 02 Feb 2023 20:44:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675399473; cv=none; d=google.com; s=arc-20160816; b=G/FetaMydoxiXM9dQeftJA7S7O5lWdLT6ZlHIE/osuLIH2+pwNBAbTmmxPvj+DOFhv 5UKFpr7E3pjFn/NHTX3K012BiRJtbFIUZ2oT+ItOgaN2SZtwuqYk+oU17w/5r7jHHWyQ ITepPLsCDMqtTSmFrIs3huM9G9xVFKvFxw6ytySFvpoVAH4FUKswEXAM2Sw2jPSXvza7 hR3M+s6ISwHsKgXfiQdbOsBez854IdKuLe8iESTv8J6t7CqB75I+QAv8aBF0XlUwdaPv w6Tb82Pni2VcUDRIWO2BuQQovkzC656p9Dz3ZvjKZtjy6Y+ZB8TBiaSkIBvWtnLHUChe oXqw== 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=e5iNCsBHTwjzhx5mmvygdNMH/MkQST4ChtkhY6UQ2WQ=; b=nzhpxafeADLOjiLwIEzpXNkfneMr/YC/UMEn75krGbxqiBhH04ceu3r8hcO+a2vHp0 lkay6RQDnFSh5sUVJYQ4LiM/vXzD3MUD7uaB5SHHP2f+JfhA5Nwjd8k067cWVvU4lri6 GD4R08+Px/8vEjHM82ZtHp3Sn/5ndVY5ouIBLxnhDDvsRDewiZm5QjOGtQZfH2Vo09X2 RwgI/TB6WAG3kzKjhG62gBVnD2yXO7XWqBayxTYhJxMkbHSkR1yBrB0wacY1WlOW/YsB mitSoM16GAtd+MEZrxkthVFbxoX5eb4af91XeXkcLVUDhsBkI517Cqq9sTPLiIY/8ga3 mV0g== 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 cb6-20020a05622a1f8600b003b82ce6a004si107248qtb.4.2023.02.02.20.44.32 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Feb 2023 20:44:33 -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 3134iRm5023918 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 3 Feb 2023 05:44:30 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v3 11/15] CI: Get rid of setting repro from outside Date: Fri, 3 Feb 2023 05:44:22 +0100 Message-Id: <20230203044427.32711-12-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: eBBr8GeML7zx From: Anton Mikanovich To make test cases more unified do not allow to change repro test execution. This test case will always run for "full" now. Signed-off-by: Anton Mikanovich Signed-off-by: Uladzimir Bely --- .gitlab-ci.yml | 2 +- scripts/ci_build.sh | 15 +-------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1d22a6f..d1e82492 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ full-ci: - PREVIOUS_SHA="$(cat .CI_COMMIT_SHA || true)" - if [ "$CI_COMMIT_SHA" != "$PREVIOUS_SHA" ]; then echo "$CI_COMMIT_SHA" > .CI_COMMIT_SHA; - scripts/ci_build.sh -q -r; + scripts/ci_build.sh -q; fi cache: key: "$CI_COMMIT_REF_SLUG" diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh index 679e3f37..3a20515b 100755 --- a/scripts/ci_build.sh +++ b/scripts/ci_build.sh @@ -51,7 +51,6 @@ show_help() { echo " -d, --debug enable debug bitbake output." echo " -f, --fast cross build reduced set of configurations." echo " -q, --quiet suppress verbose bitbake output." - echo " -r, --repro enable use of cached base repository." echo " -n, --norun do not execute QEMU run tests." echo " -t, --timeout SEC specify time in seconds to wait before stop QEMU." echo " The default is: 300" @@ -90,14 +89,6 @@ do -q|--quiet) QUIET="1" ;; - -r|--repro) - REPRO_BUILD="1" - # This switch is deprecated, just here to not cause failing CI on - # legacy configs - case "$2" in - -s|--sign) shift ;; - esac - ;; -n|--norun) NORUN="1" ;; @@ -105,7 +96,7 @@ do TIMEOUT=$2 shift ;; - -c|--cross) + -c|--cross|-r|--repro|-s|--sign) # Just not to cause CI failures on legacy configs echo "warning: deprecated parameter '$key'" ;; @@ -118,10 +109,6 @@ do shift done -if [ -z "$REPRO_BUILD" ]; then - TAGS="$TAGS,-repro" -fi - if [ -n "$NORUN" ]; then TAGS="$TAGS,-startvm" else -- 2.20.1