From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7173968822654730240 X-Received: by 2002:a05:6512:3618:b0:4b4:e824:2339 with SMTP id f24-20020a056512361800b004b4e8242339mr20496413lfs.82.1670319778044; Tue, 06 Dec 2022 01:42:58 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:2111:b0:49a:b814:856d with SMTP id q17-20020a056512211100b0049ab814856dls2726251lfr.1.-pod-prod-gmail; Tue, 06 Dec 2022 01:42:56 -0800 (PST) X-Google-Smtp-Source: AA0mqf7wHaG5FmVwiO+O7jm9ZvQZHprjvRZ4q+BpSL29Hy/kQt2yqreCmptxqSIsHtyQrigxhpmD X-Received: by 2002:a05:6512:252a:b0:4b5:8719:6095 with SMTP id be42-20020a056512252a00b004b587196095mr574951lfb.636.1670319776671; Tue, 06 Dec 2022 01:42:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1670319776; cv=none; d=google.com; s=arc-20160816; b=oQ3xm7LwI3H+ZOdXgOo/J3QjtRDsIdPp6uMi7elpFfMONqeolofkliNrfBvMwBRLGW RGExDsMtTmR55doP41DVKvbKnTf0sFO3EHHTTjebCyGFtW3D5vSYOqx1qjTseUs+splX o9ux/cHvb7uNq/ofHAV29sVTXZgEHEqIWf6obztvcbYSd1Qj5iD3UEyNoCegff8BdYSp iaFRRAH8PUGFlteZP7YQEPx4LlDSCVYHjX/qJW6b3Q9luL7ABp8w1mLdLd2tCqUEIfN4 qfDAqI6vozBHNnLE3kOdguEQu6Y0Ni9/oWqA5TZqoD6be2IYNGjn3zN5ICP3jxnSinxF BGpQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from; bh=uKUlJwHTpDZzPcchwQDC6L2r7a8uckVvhSomJKmiA9A=; b=H+P7T57Pq47ftqxK1B1fU3e6XwL55E15e2Va/ucl0gXKYabN/2q0NfBQ+ZDJszKfeJ 3BfNq2Je8YM47BU6eXKAqzUdB/lsp1vxA3c1CascQ7WWumzKpRa9M5/aa9GwckA/k1xw IJHFTV0xs9K4V+IqRoP7vA0BbEqr+8Rz6f2Teh7EZQo0vHMSZkekkxf/9x2quGXpnJKA RJIsKM0cLSLClzXm9AQ+0oF/7FTMRy+KemmlFABWOnMgCtbH1g7UiQZblK6fJvhirKWE Gr0W3DWr+cuvjpAq2NMqrys+QIb0wxw8H5hrvScaeGPy/W3aEwMfQ7Li0VJspMqhXBpv UbwQ== 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 c19-20020a056512075300b0048b38f379d7si721922lfs.0.2022.12.06.01.42.56 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Dec 2022 01:42:56 -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-83-46-214-37.mgts.dynamic.pppoe.byfly.by [37.214.46.83] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 2B69gs4D000820 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 6 Dec 2022 10:42:55 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH] Revert "gitlab-ci: Add debug flag" Date: Tue, 6 Dec 2022 12:42:44 +0300 Message-Id: <20221206094244.20372-1-amikan@ilbers.de> X-Mailer: git-send-email 2.17.1 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: qJup9moeEcpy After moving to parallel nrunner in the latest avocado versions there is no more full log output available. Error log of failed test is no more printed with '-d' key, which made debug output even worse. So move back to short print mode with full output of failed tests. This reverts commit 86c01a4422f810c8ca4005a0404b13e86a492a98. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2048917..fcdefa87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ fast-ci: except: - schedules script: - - scripts/ci_build.sh -q -f -d -n + - scripts/ci_build.sh -q -f -n full-ci: <<: *common-build @@ -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 -c -r -d -n; + scripts/ci_build.sh -q -c -r -n; fi cache: key: "$CI_COMMIT_REF_SLUG" -- 2.20.1