[Notes] [Git][BuildStream/buildstream][bschubert/tests-no-chroot-linux] fixup! fixup! fixup! Refactor test pipeline to make them more composable.



Title: GitLab

Benjamin Schubert pushed to branch bschubert/tests-no-chroot-linux at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -78,10 +78,8 @@ source_dist:
    78 78
       - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
    
    79 79
     
    
    80 80
       after_script:
    
    81
    -  # Go back to the toplevel and collect our reports
    
    82
    -  - cd ../..
    
    81
    +  # Collect our reports
    
    83 82
       - mkdir -p ${COVERAGE_ARTIFACT_PATH}
    
    84
    -  - find .
    
    85 83
       - cp dist/buildstream/.coverage ${COVERAGE_ARTIFACT_PATH}/coverage."${CI_JOB_NAME}"
    
    86 84
       except:
    
    87 85
       - schedules
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]