This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1463f8f0b46aed4f673049b8a7fe83d8df68b359

commit 1463f8f0b46aed4f673049b8a7fe83d8df68b359 (HEAD -> master)
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Jan 5 00:31:53 2021 +0100

    build: Disable functional test suite debug mode on GitLab CI
    
    The debug mode generates so much output that it exceeds the GitLab CI
    limit, which makes diagnosing what went wrong very hard. Removing the
    debug mode makes the build logs short enough to be usable again.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 937f7cda4..22f6b8124 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,6 @@ func-tests:
     - ./configure
     - make
     - cd tests
-    - echo "DPKG_TESTSUITE_OPTIONS = debug" >>.pkg-tests.conf
     - echo "DPKG_BUILDTREE = $(realpath ..)" >>.pkg-tests.conf
     - ./db-regen
     - eatmydata make test

-- 
Dpkg.Org's dpkg

Reply via email to