public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Revert "gitlab-ci: Add debug flag"
@ 2022-12-06  9:42 Anton Mikanovich
  2022-12-14  7:24 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2022-12-06  9:42 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Revert "gitlab-ci: Add debug flag"
  2022-12-06  9:42 [PATCH] Revert "gitlab-ci: Add debug flag" Anton Mikanovich
@ 2022-12-14  7:24 ` Anton Mikanovich
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-12-14  7:24 UTC (permalink / raw)
  To: isar-users

06.12.2022 12:42, Anton Mikanovich wrote:
> 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.

Applied to next.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-14  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-06  9:42 [PATCH] Revert "gitlab-ci: Add debug flag" Anton Mikanovich
2022-12-14  7:24 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox