From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192322883099557888 X-Received: by 2002:a17:902:7788:b0:198:e13d:a04a with SMTP id o8-20020a170902778800b00198e13da04amr2191740pll.7.1675686848839; Mon, 06 Feb 2023 04:34:08 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:902:e212:b0:196:2e27:844e with SMTP id u18-20020a170902e21200b001962e27844els12963047plb.7.-pod-prod-gmail; Mon, 06 Feb 2023 04:34:08 -0800 (PST) X-Google-Smtp-Source: AK7set8wCCE2n77+pFCN4HXOVACoD6DQihWz1hBtXn6WOArxN+OVtigVbETWv2K9mcSyGHl5ccL2 X-Received: by 2002:a17:90b:1b0c:b0:230:a5e6:daa9 with SMTP id nu12-20020a17090b1b0c00b00230a5e6daa9mr5799772pjb.36.1675686847943; Mon, 06 Feb 2023 04:34:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675686847; cv=none; d=google.com; s=arc-20160816; b=ZY3JjK5TbTxJCaE+Cbx20YpHCHzHwFupvd0PbqmcoF+QrF5Ew21kJyLjYDzF2/+xwq taouQw3/vYGeVGtig4+MMekL4TVOxSTkKui+oZ0LcQdOv3992v3FF5tDk+ibHUyTHXn4 ip9472K0q0PSgIrU5Ts/idA3doB2y3s9Nh29mTINiHyUraaPQj5KUqyQ3JMxKex83nuf CDU1wyVBOn47hO8K4pZ/oO+yPZ5tFR1+rRlAbJeIVAHvcNQWL5RskkXogo/0lFVxcJDs YCvHQRJvRBD8AACKOWVU8JAx620w8e0pZSgZDjOeksbVDfda15UxuhZ0PXxhYg9w0kZg 3A7Q== 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=mvxojy30v1xX9favZvpnEQwnQvw5vt3p50fIz8Qz83s=; b=PcAQzVAiKV2B+9+ROIOYcj/fqGrIPTxLNAfex20NBAgkILIoV35dcjO2J2YJcdg9nx syjFD8AQ7jJN184d/iTv6slyuwwlvLPtexMPdQUlBESo8J4MyQ6bhPX9DV12rnT884/m gTSU05lKvfRafpDu6rf/YxEIXIy10mGVfPLHWix7R+qpjUnnzuH4B7GrdEbljB7g+fs3 u7jW5LOvrR4ZCerAAjZoZzPaAg+m2lQe7bTxG93yuHDCfIKeXh4zdyrIfj3iP0amyjNm Wfct+G6Uvg+oiTHQwlhCIvodU43yGvrHnFva1AtYKzzuKF0ago7tIRLxEYvuUkjACnfU eXPA== 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 d10-20020a17090ab30a00b0022beaf06647si1118875pjr.3.2023.02.06.04.34.07 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 06 Feb 2023 04:34:07 -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 316CY2Cj005306 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 6 Feb 2023 13:34:05 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v4 11/15] CI: Get rid of setting repro from outside Date: Mon, 6 Feb 2023 13:33:58 +0100 Message-Id: <20230206123402.2727-12-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230206123402.2727-1-ubely@ilbers.de> References: <20230206123402.2727-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: fbB3wY5XUchL 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 20c6d9e9..5350ad85 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