[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] ci: collapse two less interesting sections by default



Title: GitLab

Ansgar pushed to branch master at Debian FTP Team / dak

Commits:

1 changed file:

Changes:

  • debian/run-ci
    ... ... @@ -110,7 +110,7 @@ export DAK_CI_OUTPUT_DIR=${BASEDIR}/output
    110 110
     mkdir -p ${DAK_CI_OUTPUT_DIR}
    
    111 111
     LOGFILE=${DAK_CI_OUTPUT_DIR}/log_job${CI_NODE_INDEX}.txt
    
    112 112
     
    
    113
    -section_start install_dep "Install Dependencies"
    
    113
    +section_start "install_dep[collapsed=true]" "Install Dependencies"
    
    114 114
     echo `date` installing packages | tee -a $LOGFILE
    
    115 115
     
    
    116 116
     run_apt-get update
    
    ... ... @@ -162,7 +162,7 @@ fi
    162 162
     
    
    163 163
     section_end unit_tests
    
    164 164
     
    
    165
    -section_start fixtures "Creating Fixtures"
    
    165
    +section_start "fixtures[collapsed=true]" "Creating Fixtures"
    
    166 166
     
    
    167 167
     echo `date` making fixtures | tee -a $LOGFILE
    
    168 168
     make -C tests/fixtures/packages
    


  • Reply to: