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

[Git][ftp-team/dak][master] Keep logs in coverage job and expire other artifacts



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -15,6 +15,7 @@ test buster:
    15 15
       parallel: 5
    
    16 16
       script: debian/run-ci --with-coverage
    
    17 17
       artifacts:
    
    18
    +    expire_in: 1 day
    
    18 19
         paths:
    
    19 20
           - coverage
    
    20 21
           - output
    
    ... ... @@ -57,6 +58,7 @@ get coverage:
    57 58
       artifacts:
    
    58 59
         paths:
    
    59 60
           - coverage
    
    61
    +      - logs
    
    60 62
     
    
    61 63
     pages:
    
    62 64
       image: debian:9
    

  • debian/run-coverage
    ... ... @@ -28,3 +28,6 @@ ${COVERAGE_CMD} combine --append
    28 28
     ${COVERAGE_CMD} report -m
    
    29 29
     echo
    
    30 30
     ${COVERAGE_CMD} html -d coverage
    
    31
    +
    
    32
    +mkdir -p logs
    
    33
    +cp output/log* logs/


  • Reply to: