From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192322883099557888 X-Received: by 2002:a17:90a:2f47:b0:226:744:d464 with SMTP id s65-20020a17090a2f4700b002260744d464mr3341423pjd.62.1674593187463; Tue, 24 Jan 2023 12:46:27 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:902:e5c3:b0:192:62df:a3e7 with SMTP id u3-20020a170902e5c300b0019262dfa3e7ls17133408plf.9.-pod-prod-gmail; Tue, 24 Jan 2023 12:46:26 -0800 (PST) X-Google-Smtp-Source: AK7set8NrgMxExnjAZlsgFes87UJhboLJowMOHixefn1/JUbLxLmEPtRdxKYyvUYvSlOzPCmP3XF X-Received: by 2002:a17:90b:1806:b0:22b:fff0:f80c with SMTP id lw6-20020a17090b180600b0022bfff0f80cmr1277371pjb.1.1674593186692; Tue, 24 Jan 2023 12:46:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674593186; cv=none; d=google.com; s=arc-20160816; b=R0hfH8WlotnAiJFgC5bQPepMzbGIuzb7GoJpWbNvLQuTEif5T3x2i3wZtrZ4fijfVq qmTEcGUTAT334AW+0TRqtEtEWjXa0Yysi46uaepm2364wi8jEc33GMGbLlu/failCuHC aZLqr8Gu8XOtP8AkvIEOPJXLzkljEqfWRf2llLwmwIG1//0PIOfZ/zihoN5Kr+PYpERc ulY2WCPciL0VOwv1Xlm/lC1PZZXgY50UoqyBKRlegY2Pfdnpcwr61zpFWh8i04H/ChUg dZj7dpB0bTedTXPamjI+8MI7kPpknYYLJjzGaw0H3bin+KFYxRM8856Hh5PVFyyacFn8 Wqfg== 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=Gjos1Q15O91yqZaoDmzKVtO+cee1HEMPrGEEw05cgts=; b=aKl7ybY99N5iVEBEIVWBpmdpKVbxPClH8tWFLqVF1wE9ybZyHLrngjucR1QrPCXUa/ uLpcugK/aIsZ0YOlOvQJanzaa1wGNj2zy6ihF3DyoT3ImKbmOc+3lMsWHDQQKsJs/4T7 Lou85pQhaf2R+jF/l8sznah4CGGy61PnArvCF8waUJKmSS9jCdU1RAD328O1kWunxV2B 3U99DW4I29o7CvhpYNp8/uFPctXYlGbjhKAudilJmnxYYLZoriSm+7kD27zFm/WKj+1w /yZrOR8IwQG1kgfFaDmNnbTBgCPWzVmf1u31OqLnnPDOnms9MxQMBy9DMaNDMwJtacHE ENhA== 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 gv23-20020a17090b11d700b0022627a153aesi169193pjb.3.2023.01.24.12.46.26 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 24 Jan 2023 12:46:26 -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.. (IN-213-226-141-182.bitemobile.lv [213.226.141.182] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 30OKk19f023256 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 24 Jan 2023 21:46:24 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v2 11/15] CI: Get rid of setting repro from outside Date: Tue, 24 Jan 2023 22:45:54 +0200 Message-Id: <20230124204558.31025-12-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230124204558.31025-1-amikan@ilbers.de> References: <20230124204558.31025-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: TA1MjZVg2I/p 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 --- .gitlab-ci.yml | 2 +- scripts/ci_build.sh | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1d22a6..d1e8249 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 02aeba5..dbac96f 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" ;; @@ -114,10 +105,6 @@ do shift done -if [ -z "$REPRO_BUILD" ]; then - TAGS="$TAGS,-repro" -fi - if [ -n "$NORUN" ]; then TAGS="$TAGS,-startvm" else -- 2.34.1